Skip to main content
A newer version of this page is available. .

DocumentCheckBox Class

A document element that is the checkbox accessed by DocumentIterator.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

public class DocumentCheckBox :
    DocumentFormFieldBase

Remarks

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

Implements

See Also