Skip to main content

SelectedTabPageChangedEventArgs.TabContainer Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public string TabContainer { get; }

Property Value

Type Description
String

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

See Also