Skip to main content

FieldOptions Class

Represents settings which define the appearance and behavior of the document fields.

Namespace: DevExpress.XtraRichEdit

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

#Declaration

[ComVisible(true)]
public class FieldOptions :
    RichEditNotificationOptions

#Returned By

The RichEditControlOptionsBase.Fields property returns an instance of FieldOptions.

#Remarks

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

See Also