ListBoxValidation Class

ListBox control with attributes and validation methods.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class ListBoxValidation : ListBox
Inheritance
Object    DispatcherObject    DependencyObject    Visual    UIElement    FrameworkElement    Control    ItemsControl    Selector    ListBox    ListBoxValidation

Constructors

ListBoxValidation Constructor class.

Properties

CheckedItemConverter Gets or sets the converter that is used to synchronize the selected items.
CheckedItems Gets or sets the currently selected items.
HiddenData Gets or sets a value that indicates whether the content of the control is hidden from the user.
IsCheckable Gets or sets a value that indicates whether the list is displayed with a check box to the left of each item.
ReferenceField Gets or sets the name of the field to validate that will be displayed in the required field message.
Required Gets or sets a value that indicates that the field is required.
RequiredIsEmpty Indicates that the required field is empty.
RequiredMessage Gets the required field message text.

Methods

ScrollInView Positions the view scroll to show the selected element.

Fields

CheckedItemConverterProperty Identifies the dependency property CheckedItemConverter.
CheckedItemsProperty Identifies the dependency property CheckedItems.
HiddenDataProperty Identifies the dependency property HiddenData.
IsCheckableProperty Identifies the dependency property IsCheckable.
ReferenceFieldProperty Identifies the dependency property ReferenceField.
RequiredIsEmptyProperty Identifies the dependency property RequiredIsEmpty/>.
RequiredMessageProperty Identifies the dependency property.
RequiredProperty Identifies the dependency property Required.

Extension Methods

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

See Also