Skip to main content
Tab

CheckBoxValidStateMode Enum

Lists values specifying the check box’s valid states.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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