Skip to main content
Box

PageFormattedEventArgs.PageIndex Property

Gets an index of the page that raised the event.

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v24.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.

See Also