Removes all rows (visible and invisible) from the GridControl.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public void Clear() |
Visual Basic |
---|
Public Sub Clear |
Visual C++ |
---|
public: void Clear() |
F# |
---|
member Clear : unit -> unit |
Thread Safety
The function is thread safe. The Rows are removed in the synchronous way with blocking the calling thread.