Back to Devexpress

DocumentViewerBase.SelectedPageIndex Property

windowsforms-devexpress-dot-documentview-dot-controls-dot-documentviewerbase-0d6c67bb.md

latest1.4 KB
Original Source

DocumentViewerBase.SelectedPageIndex Property

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

Namespace : DevExpress.DocumentView.Controls

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public int SelectedPageIndex { get; set; }
vb
<Browsable(False)>
Public Property SelectedPageIndex As Integer

Property Value

TypeDescription
Int32

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

|

See Also

DocumentViewerBase Class

DocumentViewerBase Members

DevExpress.DocumentView.Controls Namespace