Skip to main content
All docs
V24.2

ReadOnlySectionPageBorders.AppliesTo Property

Identifies pages in the section that display borders.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

PageBorderAppliesTo AppliesTo { get; }

Property Value

Type Description
PageBorderAppliesTo

An enumeration value.

Available values:

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.

See Also