EndnoteOptions.Suppress Property
In This Article
Gets or sets whether to suppress endnotes for the current section.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to suppress endnotes; otherwise, false. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Suppress |
---|---|
Section |
|
#Remarks
Use this property to suppress endnotes if they are positioned at the end of the section (the Document.EndnotePosition property is set to EndnotePosition.EndOfSection). You can suppress endnotes for multiple subsequent sections to display endnotes in the desired position.
See Also