Back to Devexpress

EndnoteOptions.Suppress Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-endnoteoptions-be327283.md

latest1.9 KB
Original Source

EndnoteOptions.Suppress Property

Gets or sets whether to suppress endnotes for the current section.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool Suppress { get; set; }
vb
Property Suppress As Boolean

Property Value

TypeDescription
Boolean

true , to suppress endnotes; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Suppress
Section

.EndnoteOptions .Suppress

|

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

EndnoteOptions Interface

EndnoteOptions Members

DevExpress.XtraRichEdit.API.Native Namespace