Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Box

DocumentLayoutInvalidatedEventArgs.PageIndex Property

Returns an index of a page from which the document layout recalculation starts.

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public int PageIndex { get; }

Property Value

Type Description
Int32

An integer that is the page index.

Remarks

When a document is modified, it is not necessary to recalculate the entire layout. Usually, only pages which follow the modified page should be recalculated, and the PageIndex indicates the starting page.

See Also