Class LayoutPart

Inheritance
System.Object
LayoutPart
Implements
System.ICloneable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Dashboard
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
[EPiServerDataTable(TableName = "tblSystemBigTable")]
[EPiServerDataStore(StoreName = "DashboardLayoutPartStore")]
[Obsolete("The EPiServer 6 Dashboard has been replaced with EPiServer.ViewComposition namespace.")]
public class LayoutPart : ICloneable

Constructors

LayoutPart()

Declaration
public LayoutPart()

LayoutPart(String, Int32)

Declaration
public LayoutPart(string cssClass, int columns)
Parameters
Type Name Description
System.String cssClass
System.Int32 columns

Properties

Columns

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

CssClass

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

Methods

Clone()

Declaration
public object Clone()
Returns
Type Description
System.Object

Implements

System.ICloneable

Extension Methods