UITabItem Class |
Namespace: CMS.UIControls
public class UITabItem : NavigationItem
The UITabItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | CssClass |
CSS class of the item.
(Inherited from NavigationItem.) |
![]() | Expand |
Indicates if this tab is to be replaced by its child tabs.
|
![]() | HasSubItems |
Indicates if tab item has any sub items.
|
![]() | Index |
Position of a tab.
|
![]() | OnClientClick |
The JavaScript executed on client click event.
(Inherited from NavigationItem.) |
![]() | ParentTabItem |
Parent tab of this tab.
|
![]() | RedirectUrl |
The URL for redirection.
(Inherited from NavigationItem.) |
![]() | SkipCheckPermissions |
If true, default permission check is skipped for this item
|
![]() | SubItems |
Tab items to be shown under this tab.
|
![]() | TabName |
Name of tab.
|
![]() | Text |
Specifies the the caption of the item.
Sample value: "Caption string"
(Has higher priority than the resource string.)
(Inherited from NavigationItem.) |
![]() | Tooltip |
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.) |