LicencyModulesSelectorControl Class

Interaction logic for LicencyModulesSelectorControl.xaml

Definition

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

Constructors

Properties

ExcludeModules Gets or sets the modules that are excluded from the selection.
IsDropDownOpen Gets or sets a value indicating whether the drop-down list is currently open.
IsReadOnly Gets or sets a value indicating whether the control is read-only.
Value Gets or sets the value of the control.

Methods

InitializeComponent InitializeComponent
OnApplyTemplate OnApplyTemplate metho.
(Overrides FrameworkElementOnApplyTemplate)

Fields

ExcludeModulesProperty Identifies the dependency property ExcludeModules.
IsDropDownOpenProperty Identifies the dependency property IsDropDownOpen.
IsReadOnlyProperty Identifies the dependency property IsReadOnly.
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