public class ListBoxValidation : ListBox
Public Class ListBoxValidation
Inherits ListBox
ListBoxValidation | Constructor class. |
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. |
ScrollInView | Positions the view scroll to show the selected element. |
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. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |