Back to Devexpress

CheckBox.DefaultState Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-checkbox-689bc63d.md

latest1.5 KB
Original Source

CheckBox.DefaultState Property

Gets or sets whether the checkbox should take its default value (checked).

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool DefaultState { get; set; }
vb
Property DefaultState As Boolean

Property Value

TypeDescription
Boolean

true , to set the checkbox to its default value; otherwise, false.

|

Remarks

The DefaultState property has effect only if the CheckBox.State property is set to CheckBoxState.Undefined.

The DefaultState property value is changing when toggling the checkbox’s state in the UI.

See Also

CheckBox Interface

CheckBox Members

DevExpress.XtraRichEdit.API.Native Namespace