Click or drag to resize
UITabItem Class
UITab control item.
Inheritance Hierarchy

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public class UITabItem : NavigationItem

The UITabItem type exposes the following members.

Constructors
  NameDescription
Public methodUITabItem
Default constructor.
Top
Properties
  NameDescription
Public propertyCssClass
CSS class of the item.
(Inherited from NavigationItem.)
Public propertyExpand
Indicates if this tab is to be replaced by its child tabs.
Public propertyHasSubItems
Indicates if tab item has any sub items.
Public propertyIndex
Position of a tab.
Public propertyOnClientClick
The JavaScript executed on client click event.
(Inherited from NavigationItem.)
Public propertyParentTabItem
Parent tab of this tab.
Public propertyRedirectUrl
The URL for redirection.
(Inherited from NavigationItem.)
Public propertySkipCheckPermissions
If true, default permission check is skipped for this item
Public propertySubItems
Tab items to be shown under this tab.
Public propertyTabName
Name of tab.
Public propertyText
Specifies the the caption of the item. Sample value: "Caption string" (Has higher priority than the resource string.)
(Inherited from NavigationItem.)
Public propertyTooltip
Specifies the the tooltip of the item (string.empty: empty, null: usually copies caption or custom string). (Has higher priority than the tooltip resource string.)
(Inherited from NavigationItem.)
Top
Methods
  NameDescription
Public methodIsEmpty
Checks TabItem for emptiness.
Top
See Also