Click or drag to resize
ServerSecurityTreeViewNodeClickDelay Property DataPA OpenAnalytics
DataPA OpenAnalytics 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
public long TreeViewNodeClickDelay { get; set; }

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