DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
The number of milliseconds delay between a user clicking on a treeview node and the request being processed.
The number of milliseconds delay between a user clicking on a treeview node and the request being processed.
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
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: 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.