Back to Devexpress

NavBarGroup.ImageSource Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navbargroup-55f111a6.md

latest1.1 KB
Original Source

NavBarGroup.ImageSource Property

Gets or sets the image displayed by the group within its header. 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 group.

|

See Also

NavBarGroup Class

NavBarGroup Members

DevExpress.Xpf.NavBar Namespace