Base List ControlObject CollectionClear Method
Clear all items from the collection
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public void Clear()VB
Public Sub ClearC++
public:
virtual void Clear() sealedF#
abstract Clear : unit -> unit
override Clear : unit -> unit Implements
IListClearExceptions
| ArgumentException | This is thrown if an attempt is made to clear items in the collection when a data source is in use. |