Skip to main content
All docs
V23.2

ContentControlCheckbox.CheckedSymbolStyle Property

Gets or sets a symbol used to indicate that the checkbox is checked.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

CheckBoxStateStyle CheckedSymbolStyle { get; }

Property Value

Type Description
DevExpress.XtraRichEdit.API.Native.CheckBoxStateStyle

An object that contains information about the state symbol.

See Also