Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
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.v19.1.Core.dll

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