Skip to main content
A newer version of this page is available. .

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