Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DocumentCheckBox Class

A document element that is the checkbox accessed by DocumentIterator.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public class DocumentCheckBox :
    DocumentFormFieldBase

Remarks

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

Implements

See Also