DocumentViewerBase.SelectedPage Property
Obtains the currently selected report page.
Namespace: DevExpress.DocumentView.Controls
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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