Collapses all Rows.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public void CollapseAll() |
| Visual Basic |
|---|
Public Sub CollapseAll |
| Visual C++ |
|---|
public: void CollapseAll() |
| F# |
|---|
member CollapseAll : unit -> unit |
Thread Safety
The function is thread safe. The Rows are collapsed in the synchronous way with blocking the calling thread.