Skip to main content

DocumentViewer.CurrentPageIndex Property

Gets or sets the index of the current page. This is a dependency property.

Namespace: DevExpress.WinUI.DocumentViewer

Assembly: DevExpress.WinUI.DocumentViewer.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(0, Handler = "OnCurrentPageIndexChanged")]
public int CurrentPageIndex { get; set; }

Property Value

Type Description
Int32

A zero-based integer value that specifies the active page’s index.

See Also