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

DXRichEditFieldOptions Class

Provides options used to define the appearance and behavior of the document fields.

Namespace: DevExpress.Xpf.RichEdit

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

Declaration

public class DXRichEditFieldOptions :
    DXRichEditOptionsBase<FieldOptions>

The following members return DXRichEditFieldOptions objects:

Remarks

Access the DXRichEditFieldOptions instance using the RichEditControl.FieldOptions property.

Inheritance

Object
DispatcherObject
DependencyObject
Freezable
DevExpress.Xpf.RichEdit.DXRichEditOptionsBase<FieldOptions>
DXRichEditFieldOptions
See Also