Class ComponentGroup
A tab container that is used within a ComponentContainer to group components.
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: 8.11.0Syntax
[Component(IsAvailableForUserSelection = false)]
public class ComponentGroup : ContainerBase, IContainer, IComponent, ICloneable, ILocalizedHeadingComponent
  Constructors
ComponentGroup()
Initializes a new instance of the ComponentGroup class.
Declaration
public ComponentGroup()
  Properties
HeadingLocalizationKey
Gets or sets the localization key for the heading.
Declaration
public string HeadingLocalizationKey { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Implements
      System.ICloneable