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






