BreadcrumbCustomImageEventArgs.Image Property
Gets or sets an image assigned to the processed item.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
ImageSource | A node image. |
Remarks
Use the Image property to specify an image for an individual node. The image specified by the Image property overrides the image obtained from a data source (if the BreadcrumbControl.ImageMember property is specified).
See Also