Skip to main content
All docs
V25.1
  • PageBorderAppliesTo Enum

    Lists values that specify which pages in the section display borders.

    Namespace: DevExpress.XtraRichEdit.API.Native

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

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    public enum PageBorderAppliesTo

    Members

    Name Description
    AllPages

    Page borders are shown on all pages of the section.

    FirstPage

    Page borders are shown only on the first page of the section.

    AllButFirstPage

    Page borders are shown on all pages except the first page of the section.

    Related API Members

    The following properties accept/return PageBorderAppliesTo values:

    See Also