Skip to main content

DocumentViewerBase.SelectedPageIndex Property

Specifies the index of a currently selected page in the DocumentViewer.

Namespace: DevExpress.DocumentView.Controls

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public int SelectedPageIndex { get; set; }

Property Value

Type Description
Int32

An integer value, specifying the index of the currently selected page.

See Also