Class GridCell
Namespace: Casewhere.Models.Pages.Layouts.Grid
Assembly: Casewhere.Models.dll
Represents a cell in a grid layout.
public class GridCell
Inheritance
Inherited Members
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<GridCell>(GridCell)
Constructors
GridCell()
public GridCell()
Properties
ColSpan
Gets or sets the number of columns that the cell spans.
public short ColSpan { get; set; }
Property Value
Column
Gets or sets the column index of the cell.
public short Column { get; set; }
Property Value
Row
Gets or sets the row index of the cell.
public short Row { get; set; }
Property Value
WidgetIds
Gets or sets the list of widget IDs contained in the cell.
public IList<Guid> WidgetIds { get; set; }