CheckBoxRequiredAttribute.ValidStateMode Property
In This Article
Gets the check box’s valid state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public CheckBoxValidStateMode ValidStateMode { get; }
#Property Value
Type | Description |
---|---|
Check |
One of the Check |
Available values:
Name | Description |
---|---|
Checked | The check box is valid when it is checked. |
Checked |
The check box is valid when it is checked and unchecked. |
#Remarks
Use the ValidStateMode property to get the check box’s valid state - checked and/or unchecked.
See Also