ReadOnlySectionPageBorders.AppliesTo Property
In This Article
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 |
---|---|
Page |
An enumeration value. |
Available values:
Name | Description |
---|---|
All |
Page borders are shown on all pages of the section. |
First |
Page borders are shown only on the first page of the section. |
All |
Page borders are shown on all pages except the first page of the section. |
See Also