SaaS CMS has officially launched! Learn more now.

Class TabElement

Element describing one tab of the dashboard

Inheritance
System.Object
TabElement
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 8.11.0
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

Gets or sets the gadgets collection inside the tab.

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

The gadgets.

Layout

Gets or sets the layout.

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

The layout.

Name

Gets or sets the name of the tab.

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

The name.