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.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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.
See Also