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

BreadCrumbHistory.AddRange(IEnumerable) Method

Adds multiple history items to this BreadCrumbHistory collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public virtual void AddRange(
    IEnumerable items
)

Parameters

Name Type Description
items IEnumerable

An IEnumerable containing history items to be added to this BreadCrumbHistory collection.

See Also