A newer version of this page is available.
Switch to the current version.
CheckState Enum
Lists the values specifying a check state of an element.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
Members
Name | Description |
---|---|
Checked | An element is in a checked state ( |
Unchecked | An element is in an unchecked state ( |
Indeterminate | An element is in a grayed state ( |
Related API Members
The following properties accept/return CheckState values:
Library | Related API Members |
---|---|
ASP.NET Controls and MVC Extensions | ASPxCheckBox.CheckState |
ASPxRadioButton.CheckState | |
TreeViewNode.CheckState | |
TreeViewNodeState.CheckState | |
TreeViewVirtualNode.CheckState | |
ASP.NET Bootstrap Controls | BootstrapTreeViewVirtualNode.CheckState |
Remarks
The CheckState enumeration's values are used to set the CheckState properties of different objects.
See Also
Feedback