FormControlCheckState Enum
Indicates available states for the checkbox form control.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description |
---|---|
Checked
|
The checkbox is checked. |
Unchecked
|
The checkbox is unchecked. |
Indeterminate
|
The checkbox state is indeterminate. |
Related API Members
The following properties accept/return FormControlCheckState values:
See Also