Skip to main content
All docs
V18.2

ASPxClientSelectedTabPageChangedEventArgs.SelectedPage Property

Gets the tab page that is selected.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public string SelectedPage { get; }

Property Value

Type Description
String

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

See Also