Skip to main content
Tab

CheckBoxRequiredAttribute.ValidStateMode Property

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
CheckBoxValidStateMode

One of the CheckBoxValidStateMode enumeration values.

Available values:

Name Description
Checked

The check box is valid when it is checked.

CheckedAndUnchecked

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