Skip to main content

BreadcrumbControl.SelectedItems Property

Gets a collection of items that are contained in the selected path. This is a dependency property.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public IList SelectedItems { get; set; }

Property Value

Type Description
IList

A collection of data items.

Remarks

Use the SelectedItems property to get all the data items contained in the selected path.

The SelectedItem property returns the selected node’s item.

Breadcrumb Selected Items Path

See Also