Skip to main content
A newer version of this page is available. .
Tab

CheckBoxRequiredAttribute.ValidStateMode Property

Gets or sets the check box’s valid state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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 specify the check box’s valid state - checked and/or unchecked.

See Also