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

SelectedTabPageChangedEventArgs.PrevPage Property

Gets the tab page that was selected.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

public string PrevPage { get; }

Property Value

Type Description
String

A string that is a component name of the previously selected tab page.

See Also