BreadCrumbHistory.AddRange(IEnumerable) Method
Adds multiple history items to this BreadCrumbHistory collection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable | An IEnumerable containing history items to be added to this BreadCrumbHistory collection. |
See Also