Skip to main content
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.v23.2.Core.dll

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

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