Back to Devexpress

NavBarItem.ImageSource Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navbaritem-93183ebe.md

latest1.1 KB
Original Source

NavBarItem.ImageSource Property

Gets or sets the image displayed by the item. This is a dependency property.

Namespace : DevExpress.Xpf.NavBar

Assembly : DevExpress.Xpf.NavBar.v25.2.dll

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public ImageSource ImageSource { get; set; }
vb
Public Property ImageSource As ImageSource

Property Value

TypeDescription
ImageSource

A ImageSource object specifying the image displayed by the item.

|

See Also

NavBarItem Class

NavBarItem Members

DevExpress.Xpf.NavBar Namespace