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

CheckBoxValidStateMode Enum

Lists values specifying the check box’s valid states.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum CheckBoxValidStateMode

Members

Name Description
Checked

The check box is valid when it is checked.

CheckedAndUnchecked

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