Class GadgetElement
Gadget element
Inheritance
System.Object
GadgetElement
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 9.12.2Syntax
[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. |