Skip to main content

DocumentCapabilitiesOptions.FieldsAllowed Property

Namespace: DevExpress.XtraRichEdit

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

Declaration

[Browsable(false)]
public bool FieldsAllowed { get; }
<Browsable(False)>
Public ReadOnly Property FieldsAllowed As Boolean

Property Value

Type
Boolean

Property Paths

You can access the DocumentCapabilitiesOptions.FieldsAllowed property from the following objects:

Object Type Path to FieldsAllowed
RichEditControl
.Options.DocumentCapabilities.FieldsAllowed
RichEditControlOptions
.DocumentCapabilities.FieldsAllowed
RichEditControlOptionsBase
.DocumentCapabilities.FieldsAllowed
See Also