| ProductTabsExtender Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Ecommerce.Web.UI
 Syntax
Syntaxpublic class ProductTabsExtender : UITabsExtender
The ProductTabsExtender type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ProductTabsExtender | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AllowGlobalObjects | 
            Indicates global objects are allowed on current site besides site-specific ones.
             | 
|  | Control | 
            Gets the extended control.
            (Inherited from ControlExtenderTControl.) | 
|  | Node | 
            Gets current document.
             | 
|  | NodeID | 
            Gets node ID of current document.
             | 
|  | ProductID | 
            ID of the product taken from query parameter 'productId' or from node specified by query parameter 'nodeId'.
             | 
|  | ProductListInTree | 
            Indicates if products are displayed like documents, i.e. with tree.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Init | 
            Initializes the extender using the specified control.
            (Inherited from ControlExtenderTControl.) | 
|  | OnInit | 
            Initializes the extender
            (Overrides UITabsExtenderTControlOnInit.) | 
|  | OnInitTabs | 
            Initialization of tabs.
            (Overrides UITabsExtenderTControlOnInitTabs.) | 
|  | OnTabCreated | 
            OnTabCreated event handler.
             | 
|  | Page_Load | 
            Page load event handler.
             | 
 See Also
See Also