Skip to main content
A newer version of this page is available.

TabInfo Class

Provides information about a tab available in the Document Viewer.

Declaration

class TabInfo extends Utils.Disposable

Remarks

The ASPxClientDocumentPreviewTab object is returned by the following properties:

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

Type
Observable<boolean>
Computed<boolean>

model Property

Provides access to a tab model.

Declaration

model: any

Property Value

Type Description
any

The tab model.

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

readonly text: any

Property Value

Type Description
any

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

Type
Observable<boolean>
Computed<boolean>