xtrareports-js-devexpress-dot-analytics-dot-utils-dot-tabinfo-1.md
Provides information about a tab available in the Document Viewer.
export class TabInfo<T = any> extends BaseRenderingModel<DevExpress.Analytics.Utils.ITabPanelItemViewModel<T>>
| Name |
|---|
| T |
The following properties return the ASPxClientDocumentPreviewTab object:
Provides access to the value that specifies whether a tab is active.
active: boolean
| Type |
|---|
| boolean |
collapsed: boolean
| Type |
|---|
| boolean |
disabled: boolean
| Type |
|---|
| boolean |
imageClassName: string
| Type |
|---|
| string |
imageTemplateName: string
| Type |
|---|
| string |
keyboardHelper: DevExpress.Analytics.Internal.AccessibilityKeyboardHelperBase
| Type |
|---|
| AccessibilityKeyboardHelperBase |
Provides access to a tab model.
model: any
| Type | Description |
|---|---|
| any |
The tab model.
|
name: string
| Type |
|---|
| string |
Provides access to the name of an HTML template used by a tab.
template: string
| Type | Description |
|---|---|
| string |
The name of the HTML template used by the tab.
|
Provides access to the tab text.
get text(): string
| Type | Description |
|---|---|
| string |
The tab text.
|
Provides access to the value that specifies whether a tab is visible.
visible: boolean
| Type |
|---|
| boolean |
createViewModel(): DevExpress.Analytics.Utils.ITabPanelItemViewModel<T>
| Type |
|---|
| ITabPanelItemViewModel<T> |
focus(): void
onPropertyChanged(
args: DevExpress.Analytics.Serializer.Native.PropertyChangedEventArgs | DevExpress.Analytics.Serializer.Native.ArrayPropertyChangedEventArgs
): void
| Name | Type |
|---|---|
| args | PropertyChangedEventArgs<any> |
updateViewModel(
args: DevExpress.Analytics.Serializer.Native.PropertyChangedEventArgs | DevExpress.Analytics.Serializer.Native.ArrayPropertyChangedEventArgs
): void
| Name | Type |
|---|---|
| args | PropertyChangedEventArgs<any> |