SaaS CMS has officially launched! Learn more now.

Class TabContainer

Inheritance
System.Object
TabContainer
Implements
System.ICloneable
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.7
Syntax
[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

Extension Methods