Collapses all Rows.

Namespace: Dapfor.Wpf.Controls
Assembly: 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. The Rows are collapsed in the synchronous way with blocking the calling thread.

See Also