Skip to main content
All docs
V24.1

CheckBoxState Enum

Specifies the visual state of a check box.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
public enum CheckBoxState : byte

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.

See Also