DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates the number of milliseconds delay between a user clicking on a treeview node and the request being processed.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public long TreeViewNodeClickDelay { get; set; }
Visual Basic
Public Property TreeViewNodeClickDelay As Long
	Get
	Set
Visual C++
public:
virtual property long long TreeViewNodeClickDelay {
	long long get () sealed;
	void set (long long value) sealed;
}

Property Value

Type: Int64
The number of milliseconds delay between a user clicking on a treeview node and the request being processed.

Return Value

Type: Int64
The number of milliseconds delay between a user clicking on a treeview node and the request being processed.

Remarks

Applies to treeviews rendered in the web. Prevents the server being overloaded with requests as a user checks or unchecks multiple nodes.

See Also