A newer version of this page is available.
Switch to the current version.
DocumentViewerBase.SelectedPage Property
Obtains the currently selected report page.
Namespace: DevExpress.DocumentView.Controls
Assembly: DevExpress.Utils.v18.2.dll
Declaration
[Browsable(false)]
public IPage SelectedPage { get; }
<Browsable(False)>
Public ReadOnly Property SelectedPage As IPage
Property Value
Type | Description |
---|---|
IPage | An object implementing the IPage interface, corresponding to the currently selected report page. (Typically, this is a Page object.) |
See Also
Feedback