Skip to main content
All docs
V18.2

ASPxClientSelectedTabPageChangedEventArgs.PreviousPage Property

Gets the tab page that was selected.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public string PreviousPage { get; }

Property Value

Type Description
String

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

See Also