Click or drag to resize
CMSTabControl Properties

The CMSTabControl type exposes the following members.

Properties
  NameDescription
Public propertyAfterLastTab
Content located after the last tab (in its own cell)
(Inherited from BasicTabControl.)
Public propertyApplyMenuDesign
Indicates if apply document menu item properties.
Public propertyBeforeFirstTab
Content located before the first tab (in its own cell)
(Inherited from BasicTabControl.)
Public propertyCacheDependencies
Cache dependencies, each cache dependency on a new line.
Public propertyCacheItemName
Name of the cache item the control will use.
Public propertyCacheMinutes
Number of minutes the retrieved content is cached for. Zero indicates that the content will not be cached.
Public propertyClassNames
Property to set and get the classnames list (separated by the semicolon).
Public propertyColumns
Gets or sets the columns to be retrieved from database.
Public propertyCombineWithDefaultCulture
Property to set and get the CombineWithDefaultCulture flag.
Public propertyControlContext
Control context.
Public propertyCultureCode
Property to set and get the CultureCode.
Public propertyDataSource
Gets or sets a DataSet containing values used to populate the items within the control. This value needn't be set.
Public propertyEnableScrolling
Indicates whether the tab control should support inbuilt scrolling.
(Inherited from BasicTabControl.)
Public propertyEncodeMenuCaption
Indicates if menu caption should be HTML encoded.
Public propertyFilterControl
Filter control.
Public propertyFilterName
Gets or Set filter name.
Public propertyHideControlForZeroRows
Hides the control when no data is loaded. Default value is False.
(Inherited from BasicTabControl.)
Public propertyHighlightedNodePath
Path of the item that will be highlighted like it was selected. The path type must be the same as PathType. If you omit this value, the control automatically uses the current alias path from the "aliaspath" querystring parameter.
Public propertyCheckPermissions
Allows you to specify whether to check permissions of the current user. If the value is 'false' (default value) no permissions are checked. Otherwise, only nodes for which the user has read permission are displayed.
Public propertyIsLiveSite
Indicates if control is used on live site.
(Inherited from CMSWebControl.)
Public propertyLoadDataAutomaticaly
Indicates if data will be loaded automatically.
Public propertyMaxRelativeLevel
Level of nesting.
Public propertyOrderBy
ORDER BY expression.
Public propertyPath
Path of the menu items to be displayed.
Public propertyRenderedHTML
Get or set rendered HTML code.
(Inherited from BasicTabControl.)
Public propertyRenderImageAlt
Render the image alt attribute?
Public propertyRenderLinks
If true, the tab renders the link as well as the javascript
(Inherited from BasicTabControl.)
Public propertyRenderLinkTitle
Render the link title attribute?
(Inherited from BasicTabControl.)
Public propertyScrollPanelCss
Gets or sets the CSS style used for the scroll panel wrapper tag.
(Inherited from BasicTabControl.)
Public propertySelectedColumns
Gets or sets the columns to be retrieved from database.
Public propertySelectedTab
Index of the selected tab.
(Inherited from BasicTabControl.)
Public propertySelectFirstItemByDefault
If is set true, first item will be selected by default if is not some other item selected.
(Overrides BasicTabControlSelectFirstItemByDefault.)
Public propertySelectOnlyPublished
Property to set and get the SelectOnlyPublished flag.
Public propertyShortID
Short ID of the control.
(Inherited from CMSWebControl.)
Public propertySiteName
Property to set and get the SiteName.
Public propertyStopProcessing
Stop processing
Public propertyTabControlIdPrefix
Tab control ID prefix
(Inherited from BasicTabControl.)
Public propertyTabControlLayout
Horizontal or vertical layout.
(Inherited from BasicTabControl.)
Public propertyTabItems
Collection of tabs.
(Inherited from BasicTabControl.)
Protected propertyTabItemsInternal
Internal collection of tabs (built either from Tabs or TabItems).
(Inherited from BasicTabControl.)
Protected propertyTagKey
Overrides the generation of the SPAN tag with custom tag.
(Overrides WebControlTagKey.)
Public propertyTopN
Select top N rows.
Public propertyTreeProvider
Tree provider instance used to access data. If no TreeProvider is assigned, a new TreeProvider instance is created.
Public propertyUIContext
Returns control's UI context
(Inherited from CMSWebControl.)
Public propertyUrlTarget
If URL for tab items is set, this property specifies target frame for all URLs.
(Inherited from BasicTabControl.)
Public propertyUseAlternatingStyles
Indicates if alternating styles should be used for even and odd items in the same level of the menu.
Public propertyUseClientScript
Indicates if client script should be generated for each tab.
(Inherited from BasicTabControl.)
Public propertyUseIFrame
If true, target frame is not in parent frames but iframe
(Inherited from BasicTabControl.)
Public propertyUseItemImagesForHighlightedItem
Indicates if highlighted images is not specified, use item image if exist.
Public propertyUsePostback
Indicates if postback is fired when tab is clicked.
(Inherited from BasicTabControl.)
Public propertyWhereCondition
Property to set and get the WhereCondition.
Public propertyWordWrap
Indicates if text can be wrapped or space is replaced with non breakable space.
Public propertyZeroRowsText
Text to be shown when the control is hidden by HideControlForZeroRows.
(Inherited from BasicTabControl.)
Top
See Also