Gets the GridControl.

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

Syntax

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

Property Value

Type: GridControl
The grid.

See Also