public class ComboBoxValidation : ComboBoxPublic Class ComboBoxValidation
Inherits ComboBox| ComboBoxValidation | Constructor class. |
| HiddenData | Gets or sets a value that indicates whether the content of the control is hidden from the user. |
| InfoColor | Gets or sets the color of the information to display. |
| InfoText | Gets or sets information text to display. |
| 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. |
| HiddenDataProperty | Identifies the dependency property HiddenData. |
| InfoColorProperty | Identifies the dependency property InfoColor. |
| InfoTextProperty | Identifies the dependency property InfoText. |
| ReferenceFieldProperty | Identifies the dependency property ReferenceField. |
| RequiredIsEmptyProperty | Identifies the dependency property RequiredIsEmpty/>. |
| RequiredMessageProperty | Identifies the dependency property RequiredMessage. |
| 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) |