London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class GadgetElement

Gadget element

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