Skip to main content

DocumentCheckBox.CheckBoxProperties Property

Provides access to the encountered element’s checkbox properties.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public ReadOnlyCheckBoxProperties CheckBoxProperties { get; }

Property Value

Type Description
ReadOnlyCheckBoxProperties

A ReadOnlyCheckBoxProperties object containing checkbox properties.

See Also