Gets or sets a value indicating whether the data in the Dapfor .Net Grid can be inspected..

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

Syntax

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

Property Value

Type: Boolean
true if the data can be inspected; otherwise, false.

See Also