CheckBoxState Enum
In This Article
Specifies the visual state of a check box.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Members
Name | Description |
---|---|
Unchecked
|
The check box is unchecked. |
Checked
|
The check box is checked. |
Indeterminate
|
A visual state that signals to the user that the control state cannot be determined. |
#Related API Members
The following properties accept/return CheckBoxState values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Check |
Check |
|
.NET Reporting Tools | XRCheck |
See Also