LicencyModulesListBox Class

Interaction logic for LicencyModulesListBox.xaml

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class LicencyModulesListBox : UserControl, 
	IComponentConnector
Inheritance
Object    DispatcherObject    DependencyObject    Visual    UIElement    FrameworkElement    Control    ContentControl    UserControl    LicencyModulesListBox
Implements
IComponentConnector

Constructors

LicencyModulesListBox Constructor class.

Properties

Value Gets or sets LicencyModules value of the control.

Methods

InitializeComponent InitializeComponent
OnApplyTemplate OnApplyTemplate method.
(Overrides FrameworkElementOnApplyTemplate)

Fields

ValueProperty Identifies the dependency property Value.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also