ServerSecurityTreeViewNodeClickDelay Property |
|
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: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public long TreeViewNodeClickDelay { get; set; }
Public Property TreeViewNodeClickDelay As Long
Get
Set
public:
virtual property long long TreeViewNodeClickDelay {
long long get () sealed;
void set (long long value) sealed;
}
function get_TreeViewNodeClickDelay();
function set_TreeViewNodeClickDelay(value);
Property Value
Type:
Int64The number of milliseconds delay between a user clicking on a treeview node and the request being processed.
Return Value
Type:
Int64The 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