Gets or sets the target row.

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

Syntax

C#
public Row TargetRow { get; set; }
Visual Basic
Public Property TargetRow As Row
	Get
	Set
Visual C++
public:
property Row^ TargetRow {
	Row^ get ();
	void set (Row^ value);
}
F#
member TargetRow : Row with get, set

Property Value

Type: Row
The target row.

See Also