DocumentViewerBase.SelectedPageIndex Property
Specifies the index of a currently selected page in the DocumentViewer.
Namespace: DevExpress.DocumentView.Controls
Assembly: DevExpress.Utils.v20.2.dll
Declaration
[Browsable(false)]
public int SelectedPageIndex { get; set; }
<Browsable(False)>
Public Property SelectedPageIndex As Integer
Property Value
Type | Description |
---|---|
Int32 | An integer value, specifying the index of the currently selected page. |
See Also
Feedback