Skip to main content

DocumentViewerBase.SelectedPage Property

Obtains the currently selected report page.

Namespace: DevExpress.DocumentView.Controls

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, 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