Represents settings which define the appearance and behavior of the document fields.
Namespace:DevExpress.XtraRichEdit
Assembly:DevExpress.RichEdit.v18.2.Core.dll

Syntax
C# |
public class FieldOptions : RichEditNotificationOptions
|
VB |
Public Class FieldOptions Inherits RichEditNotificationOptions
|

Remarks
An instance of the FieldOptions class is accessible via the RichEditControlOptionsBase.Fields property of a rich edit control's DevExpress.XtraRichEdit.RichEditControl.Options or RichEditDocumentServer's RichEditDocumentServer.Options.

Inheritance Hierarchy

See Also