Back to Devexpress

BreadcrumbControl.SelectedItems Property

wpf-devexpress-dot-xpf-dot-controls-dot-breadcrumbcontrol-75e933f1.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public IList SelectedItems { get; set; }
vb
Public Property SelectedItems As IList

Property Value

TypeDescription
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.

See Also

BreadcrumbControl Class

BreadcrumbControl Members

DevExpress.Xpf.Controls Namespace