Collapses all child Rows.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
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. Rows are collapsed without blocking the calling thread.