Skip to main content
All docs
V18.2

ASPxClientSelectedTabPageChangedEventArgs.TabContainerName Property

Gets the name of the tab container that contains the selected tab page.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public string TabContainerName { get; }

Property Value

Type Description
String

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

See Also