Class TabContainer
A tabbed layout container. The tabs can be positioned Top, Bottom, Leading and Center
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.ViewComposition.Containers
Assembly: EPiServer.Shell.dll
Version: 10.10.4Syntax
[Component(IsAvailableForUserSelection = false)]
public class TabContainer : ContainerBase, IContainer, IComponent, ICloneable
Constructors
TabContainer()
Initializes a new instance of the TabContainer class.
Declaration
public TabContainer()
TabContainer(TabPosition)
Initializes a new instance of the TabContainer class.
Declaration
public TabContainer(TabPosition tabPosition)
Parameters
Type | Name | Description |
---|---|---|
TabPosition | tabPosition | The tab position. |
Properties
ContainersPlugInArea
Gets or sets the path used for calculating where to put the component in the UI for every tab on the tab container.
Declaration
public string ContainersPlugInArea { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.ICloneable