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.v25.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
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.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MainContentRange property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.