ComboBoxValidation Class

ComboBox 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 ComboBoxValidation : ComboBox
Inheritance
Object    DispatcherObject    DependencyObject    Visual    UIElement    FrameworkElement    Control    ItemsControl    Selector    ComboBox    ComboBoxValidation

Constructors

ComboBoxValidation Constructor class.

Properties

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.

Fields

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

Extension Methods

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

See Also