Gets the target grid.

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

Syntax

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

Property Value

Type: Grid
The target grid.

See Also