IChildSelector.SelectChildren(Object) Method
In This Article
Retrieves the breadcrumb item’s children from the data source.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
IEnumerable SelectChildren(
object item
)
#Parameters
Name | Type | Description |
---|---|---|
item | Object | The breadcrumb item whose children are retrieved from the data source. |
#Returns
Type |
---|
IEnumerable |
See Also