ImageListBoxItemCollection.AddRange(ImageListBoxItem[]) Method
Adds an array of items to the collection.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | ImageListBoxItem[] | An array of ImageListBoxItem objects to be added to the collection. |
Remarks
The AddRange method adds a group of items to the collection. Individual items can be added using the ListBoxItemCollection.Add method.
To remove an item, use the ListBoxItemCollection.Remove method.
See Also