Gets the Cell.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

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