Skip to main content
Tab

CheckState Enum

Lists the values specifying a check state of an element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum CheckState

Members

Name Description
Checked

An element is in a checked state (TreeView_CheckState_Checked).

Unchecked

An element is in an unchecked state (TreeView_CheckState_Unchecked).

Indeterminate

An element is in a grayed state (TreeView_CheckState_Indeterminate).

Related API Members

The following properties accept/return CheckState values:

Library Related API Members
ASP.NET Web Forms Controls ASPxCheckBox.CheckState
TreeViewNode.CheckState
TreeViewVirtualNode.CheckState
ASP.NET MVC Extensions TreeViewNodeState.CheckState

Remarks

The CheckState enumeration’s values are used to set the CheckState properties of different objects.

See Also