DocumentCapabilitiesOptions.FootNotesAllowed Property
Gets whether the end notes are allowed in the document.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v14.2.Core.dll
Declaration
[Browsable(false)]
public bool FootNotesAllowed { get; }
<Browsable(False)>
Public ReadOnly Property FootNotesAllowed As Boolean
Property Value
| Type | Description |
|---|---|
| Boolean | true if a feature is allowed; otherwise, false. |
Property Paths
You can access the DocumentCapabilitiesOptions.FootNotesAllowed property from the following objects:
| Object Type | Path to FootNotesAllowed |
|---|---|
| RichEditControl |
|
| RichEditControlOptions |
|
| RichEditControlOptionsBase |
|
See Also