BreadcrumbControl.ChildSelector Property
In This Article
Gets or sets a selector that returns the list of child nodes for the processed breadcrumb node. This is a dependency property.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
public IChildSelector ChildSelector { get; set; }
#Property Value
Type | Description |
---|---|
IChild |
The child nodes selector. |
See Also