Gets the Cell to be painted.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Cell Cell { get; }
Visual Basic
Public ReadOnly Property Cell As Cell
	Get
Visual C++
public:
property Cell^ Cell {
	Cell^ get ();
}
F#
member Cell : Cell with get

Property Value

Type: Cell
The cell.

See Also