Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

EndnoteOptions.Suppress Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

bool Suppress { get; set; }

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
.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