CheckBoxValidation Class

CheckBoxValidation class.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class CheckBoxValidation : CheckBox
Inheritance
Object    DispatcherObject    DependencyObject    Visual    UIElement    FrameworkElement    Control    ContentControl    ButtonBase    ToggleButton    CheckBox    CheckBoxValidation

Constructors

CheckBoxValidation Constructor class.

Properties

HiddenData Gets or sets a value that indicates whether the control's selected value is hidden from the user.
IsReadOnly Gets or sets a value that indicates whether the control is read-only.

Fields

HiddenDataProperty Identifies the dependency property HiddenData.
IsReadOnlyProperty Identifies the dependency property IsReadOnly.

Extension Methods

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

See Also