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

BreadcrumbCustomImageEventArgs.Item Property

Gets the processed breadcrumb data item.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v20.2.dll

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

Declaration

public object Item { get; }

Property Value

Type Description
Object

The processed breadcrumb data item.

See Also