A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class TabElement

Inheritance
System.Object
TabElement
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
[Obsolete("The EPiServer 6 Dashboard configuration element has been replaced with the ViewManager element.")]
public class TabElement : ConfigurationElement

Constructors

TabElement()

Declaration
public TabElement()

Properties

Gadgets

Declaration
public GadgetElementCollection Gadgets { get; set; }
Property Value
Type Description
GadgetElementCollection

Layout

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

Name

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

Extension Methods