Back to Devexpress

DocumentCapabilitiesOptions.FootNotesAllowed Property

officefileapi-devexpress-dot-xtrarichedit-dot-documentcapabilitiesoptions-ca6e79cd.md

latest1.6 KB
Original Source

DocumentCapabilitiesOptions.FootNotesAllowed Property

Gets whether the end notes are allowed in the document.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
Boolean

true if a feature is allowed; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to FootNotesAllowed
RichEditControlOptionsBase

.DocumentCapabilities .FootNotesAllowed

|

See Also

DocumentCapabilitiesOptions Class

DocumentCapabilitiesOptions Members

DevExpress.XtraRichEdit Namespace