Back to Devexpress

SelectedTabPageChangedEventArgs Interface

dashboard-js-devexpress-dot-dashboard-b9caff2e.md

latest1.1 KB
Original Source

SelectedTabPageChangedEventArgs Interface

Provides data for the SelectedTabPageChanged event.

Declaration

ts
export interface SelectedTabPageChangedEventArgs

Properties

previousPage Property

Specifies a tab page that was selected.

Declaration

ts
previousPage: string

Property Value

TypeDescription
string

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

|

selectedPage Property

Specifies a tab page that is selected.

Declaration

ts
selectedPage: string

Property Value

TypeDescription
string

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

|

tabContainerName Property

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

Declaration

ts
tabContainerName: string

Property Value

TypeDescription
string

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

|