BaseComboBoxCell.ObjectCollection.Clear Method
Clear all items from the collection
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
public:
virtual void Clear() sealed
abstract Clear : unit -> unit
override Clear : unit -> unit
Implements
IList.Clear() ArgumentException | This is thrown if an attempt is made to clear items in the
collection when a data source is in use. |