Back to Devexpress

CheckBoxState Enum

corelibraries-devexpress-dot-xtraprinting-667f4f48.md

latest1.4 KB
Original Source

CheckBoxState Enum

Specifies the visual state of a check box.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum CheckBoxState : byte
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum CheckBoxState As Byte

Members

NameDescription
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.

|

The following properties accept/return CheckBoxState values:

LibraryRelated API Members
Cross-Platform Class LibraryCheckBoxBrick.CheckBoxState
CheckEditingField.CheckBoxState
.NET Reporting ToolsXRCheckBox.CheckBoxState

See Also

DevExpress.XtraPrinting Namespace