ReadOnlyCheckBoxProperties.State Property
In This Article
Gets the checkbox state.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
CheckBoxState State { get; }
#Property Value
Type | Description |
---|---|
Check |
One of the A Check |
Available values:
Name | Description |
---|---|
Unchecked | The checkbox is unchecked. |
Checked | The checkbox is checked. |
Undefined | The checkbox is undefined. |
#Remarks
With the State property set to CheckBoxState.Undefined, the checkbox state is defined by the ReadOnlyCheckBoxProperties.DefaultState property.
See Also