Gets or sets a value indicating whether the Inspector can monitors changes in Grid in order to display data from the focused Row.

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

Syntax

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

Property Value

Type: Boolean
true if monitoring is enabled; otherwise, false.

See Also