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.v24.2.dll

Declaration

public override void AddRange(
    ICollection collection
)

Parameters

Name Type Description
collection ICollection

The items to be selected.

See Also