Class TabContainer
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: 11.20.7Syntax
[Component(IsAvailableForUserSelection = false)]
public class TabContainer : ContainerBase, IContainer, IComponent, ICloneable
Constructors
TabContainer()
Declaration
public TabContainer()
TabContainer(TabPosition)
Declaration
public TabContainer(TabPosition tabPosition)
Parameters
Type | Name | Description |
---|---|---|
TabPosition | tabPosition |
Properties
ContainersPlugInArea
Declaration
public string ContainersPlugInArea { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.ICloneable