Skip to main content

SvgImageSelection.AddRange(ICollection) Method

Adds the specified items to the collection, and thus selects these items.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public override void AddRange(
    ICollection collection
)

Parameters

Name Type Description
collection ICollection

The items to be selected.

See Also