Table of Contents

Class GridCell

Namespace: Casewhere.Models.Pages.Layouts.Grid
Assembly: Casewhere.Models.dll

Represents a cell in a grid layout.

public class GridCell

Inheritance

objectGridCell

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

short

Column

Gets or sets the column index of the cell.

public short Column { get; set; }

Property Value

short

Row

Gets or sets the row index of the cell.

public short Row { get; set; }

Property Value

short

WidgetIds

Gets or sets the list of widget IDs contained in the cell.

public IList<Guid> WidgetIds { get; set; }

Property Value

IList<Guid>