Skip to main content
A newer version of this page is available. .

BreadcrumbControl.ChildSelector Property

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public IChildSelector ChildSelector { get; set; }

Property Value

Type Description
IChildSelector

The child nodes selector.

See Also