Skip to main content
All docs
V25.1
  • EndnoteOptions.Suppress Property

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

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.RichEdit.v25.1.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