BaseListControlObjectCollectionClear Method

Clear all items from the collection

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public void Clear()

Implements

IListClear

Exceptions

ArgumentExceptionThis is thrown if an attempt is made to clear items in the collection when a data source is in use.

See Also