Skip to main content

DocumentCapabilitiesOptions.EndNotesAllowed 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 EndNotesAllowed { get; }
<Browsable(False)>
Public ReadOnly Property EndNotesAllowed As Boolean

Property Value

Type Description
Boolean

true if a feature is allowed; otherwise, false.

Property Paths

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

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