aspnet-devexpress-dot-web-35e46bf8.md
Lists the values specifying a check state of an element.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum CheckState
Public Enum CheckState
| 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 ( ).
|
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 |
The CheckState enumeration’s values are used to set the CheckState properties of different objects.
See Also