SaaS CMS has officially launched! Learn more now.

Class ComponentColumnDefinition

Inheritance
System.Object
ComponentColumnDefinition
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.UI.Models
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7
Syntax
public class ComponentColumnDefinition

Constructors

ComponentColumnDefinition()

Declaration
public ComponentColumnDefinition()

Properties

Column

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

Id

Declaration
public Guid Id { get; set; }
Property Value
Type Description
System.Guid

Extension Methods