ReadOnlySectionPageBorders.AppliesTo Property
Identifies pages in the section that display borders.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
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