Back to Devexpress

DocumentViewerBase.SelectedPage Property

windowsforms-devexpress-dot-documentview-dot-controls-dot-documentviewerbase-f84d3b14.md

latest1.4 KB
Original Source

DocumentViewerBase.SelectedPage Property

Obtains the currently selected report page.

Namespace : DevExpress.DocumentView.Controls

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public IPage SelectedPage { get; }
vb
<Browsable(False)>
Public ReadOnly Property SelectedPage As IPage

Property Value

TypeDescription
IPage

An object implementing the IPage interface, corresponding to the currently selected report page. (Typically, this is a Page object.)

|

See Also

DocumentViewerBase Class

DocumentViewerBase Members

DevExpress.DocumentView.Controls Namespace