Back to Devexpress

CheckBoxState Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-fc094e83.md

latest1.3 KB
Original Source

CheckBoxState Enum

Lists states available for the check box.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum CheckBoxState
vb
Public Enum CheckBoxState

Members

NameDescription
Unchecked

The checkbox is unchecked.

| | Checked |

The checkbox is checked.

| | Undefined |

The checkbox is undefined.

|

The following properties accept/return CheckBoxState values:

Remarks

The CheckBoxState enumeration values are used by the CheckBox.State property.

See Also

DevExpress.XtraRichEdit.API.Native Namespace