TabInfo Class
Provides information about a tab available in the Document Viewer.
Declaration
export class TabInfo extends Disposable
The following properties return the ASPxClientDocumentPreviewTab object:
Properties
active Property
Provides access to the value that specifies whether a tab is active.
Declaration
active: ko.Observable<boolean> | ko.Computed<boolean>
Property Value
collapsed Property
Declaration
collapsed: ko.Subscribable<boolean>
Property Value
Type |
Subscribable<boolean> |
disabled Property
Declaration
disabled: ko.Observable<boolean> | ko.Computed<boolean>
Property Value
imageClassName Property
Declaration
imageClassName: ko.Observable<string> | ko.Computed<string>
Property Value
imageTemplateName Property
Declaration
imageTemplateName: string
Property Value
keyboardHelper Property
Declaration
keyboardHelper: DevExpress.Analytics.Internal.AccessibilityKeyboardHelperBase
Property Value
Type |
AccessibilityKeyboardHelperBase |
model Property
Provides access to a tab model.
Declaration
model: any
Property Value
Type |
Description |
any |
The tab model.
|
name Property
Declaration
name: string
Property Value
template Property
Provides access to the name of an HTML template used by a tab.
Declaration
template: string
Property Value
Type |
Description |
string |
The name of the HTML template used by the tab.
|
text Property
Provides access to the tab text.
Declaration
get text(): string
Property Value
Type |
Description |
string |
The tab text.
|
visible Property
Provides access to the value that specifies whether a tab is visible.
Declaration
visible: ko.Observable<boolean> | ko.Computed<boolean>
Property Value
Methods
focus Method
Declaration
focus(): void