Skip to main content
Box

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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public FixedRange MainContentRange { get; }

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