CheckBoxValidStateMode Enum
In This Article
Lists values specifying the check box’s valid states.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Checked
|
The check box is valid when it is checked. |
Checked
|
The check box is valid when it is checked and unchecked. |
#Related API Members
The following properties accept/return CheckBoxValidStateMode values:
#Remarks
Values listed by this enumeration are used to set the CheckBoxRequiredAttribute.ValidStateMode property.
See Also