Skip to main content
A newer version of this page is available. .

SvgImageSelection.AddRange(ICollection) Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public override void AddRange(
    ICollection collection
)

Parameters

Name Type Description
collection ICollection

The items to be selected.

See Also