Removes all children (but not this Row).

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public void RemoveChildren()
Visual Basic
Public Sub RemoveChildren
Visual C++
public:
void RemoveChildren()
F#
member RemoveChildren : unit -> unit 

Thread Safety

The function is thread safe. The Rows are removed with blocking the calling thread.

See Also