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

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public ImageSource ImageSource { get; set; }

Property Value

Type Description
ImageSource

A ImageSource object specifying the image displayed by the group.

See Also