Lost Lily/Grid ToolkitDocs 1.0
Table of Contents

GridCellState

Note

Stable API. Supported for production use within the 1.x compatibility contract.

Contract Value
Assembly LostLily.GridToolkit.Runtime
Namespace LostLily.GridToolkit.Board
Kind class
Tier Stable
Roles CustomerWorkflow
Validated version 1.0.0

Declaration

type class LostLily.GridToolkit.Board.GridCellState : LostLily.GridToolkit.Board.IGridCellStateView

Public members

Methods

System.Boolean TryGetExtensionView<TView>(System.String,out TView)

Properties

LostLily.GridToolkit.Board.GridCellDefinition Definition { get; }
LostLily.GridToolkit.Coordinates.GridAddress Address { get; }
LostLily.GridToolkit.Coordinates.GridCoordinate Coordinate { get; }
System.Collections.Generic.IReadOnlyCollection<System.String> ExtensionIds { get; }

Versioning

Generated from the public Grid Toolkit 1.0.0 API metadata. Use the tier above when deciding how strongly to couple your project to this contract.