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.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.

See Also