DocumentLayoutInvalidatedEventArgs.PageIndex Property
Returns an index of a page from which the document layout recalculation starts.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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