Search
TabPage Properties
 


 Public Properties

  Name Description

allowClose

Gets or sets a value indicating whether to show a close button in the header of this tab page.

bounds

Gets the bounds of this ListItem. (Inherited from ListItem.)

contentElement

Gets a reference to the item's content element. (Inherited from ListItem.)

cssClass

Gets or sets the css class of this ListItem. (Inherited from ListItem.)

data

Gets or sets an object, holding custom user data. (Inherited from ListItem.)

dataIndex

Gets or sets the unique index of this item. (Inherited from ListItem.)

element

Gets a reference to the item's DOM element. (Inherited from ListItem.)

enabled

Gets or sets a value indicating whether user interactions are allowed for this item. (Inherited from ListItem.)

header

Gets a reference to the tab page header.

imageSrc

Gets or sets the URL of the image displayed by this item. (Inherited from ListItem.)

interactive

Gets or sets a value indicating whether drag and drop operations are allowed for this ListItem. (Inherited from ListItem.)

loaded

Gets a value indicating whether this item is loaded and ready for interaction. (Inherited from ListItem.)

navigateUrl

Gets or sets a string, specifying the URL of the web page, that will be loaded in the content IFrame.

selected

Gets a value indicating whether the item is selected. (Inherited from ListItem.)

size

Gets or sets the size of this item. (Inherited from ListItem.)

template

Gets or sets an HTML string, representing the content template.

templateUrl

Gets or sets a string, specifying the URL of the web page, that will be loaded as a content template.

title

Gets or sets the display text of this item. (Inherited from ListItem.)

tooltip

Gets or sets the tooltip of this ListItem. (Inherited from ListItem.)

visible

Gets or sets the visibility of this ListItem. (Inherited from ListItem.)

 See Also