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 |
|
| RichEditControlOptions |
|
| RichEditControlOptionsBase |
|
See Also