SaaS CMS has officially launched! Learn more now.

Class ComponentGroup

Inheritance
System.Object
ComponentGroup
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 ComponentGroup : ContainerBase, IContainer, IComponent, ICloneable, ILocalizedHeadingComponent

Constructors

ComponentGroup()

Declaration
public ComponentGroup()

Properties

HeadingLocalizationKey

Declaration
public string HeadingLocalizationKey { get; set; }
Property Value
Type Description
System.String

Implements

System.ICloneable

Extension Methods