Skip to main content

DocumentCheckBox.CheckBoxProperties Property

Provides access to the encountered element’s checkbox properties.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

public ReadOnlyCheckBoxProperties CheckBoxProperties { get; }

Property Value

Type Description
ReadOnlyCheckBoxProperties

A ReadOnlyCheckBoxProperties object containing checkbox properties.

See Also