LayoutPage.MainContentRange Property
Obtains a range that corresponds to the main page area of the current page.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
FixedRange | A FixedRange value that is the range of the main page area. |
Remarks
The MainContentRange property value equals the RangedLayoutElementBase.Range property value of the LayoutPageArea element which relates to the main document area of the current page.
See Also