Skip to main content

DocumentCheckBox Class

A document element that is the checkbox accessed by DocumentIterator.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

public class DocumentCheckBox :
    DocumentFormFieldBase

Remarks

The DocumentCheckBox class represents the CheckBox instance obtained by the DocumentIterator.

Implements

See Also