Skip to main content

BreadCrumbHistory.AddRange(IEnumerable) Method

Adds multiple history items to this BreadCrumbHistory collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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