SvgImageSelection.AddRange(ICollection) Method
Adds the specified items to the collection, and thus selects these items.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| collection | ICollection | The items to be selected. |
See Also