Skip to main content
A newer version of this page is available. .

DocumentViewerBase.SelectedPage Property

Obtains the currently selected report page.

Namespace: DevExpress.DocumentView.Controls

Assembly: DevExpress.Utils.v21.2.dll

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

Declaration

[Browsable(false)]
public IPage SelectedPage { get; }

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