Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class GadgetElement

Gadget element

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

Constructors

GadgetElement()

Initializes a new instance of the GadgetElement class.

Declaration
public GadgetElement()

Properties

Column

Gets or sets the column.

Declaration
public int Column { get; set; }
Property Value
Type Description
System.Int32

The column.

Name

Gets or sets the name.

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

The name.

Extension Methods