LayoutPage.MainContentRange Property
In This Article
Obtains a range that corresponds to the main page area of the current page.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public FixedRange MainContentRange { get; }
#Property Value
Type | Description |
---|---|
Fixed |
A Fixed |
#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