Skip to main content
Tab

NavBarImages.GroupHeader Property

Gets the settings of a common group header image displayed by all the group headers within the NavBar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties GroupHeader { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

The GroupHeader property provides access to the settings that define an image that should be displayed in all group headers within the NavBar. You can specify a header image displayed in all collapsed group headers via the NavBarImages.GroupHeaderCollapsed property.

The specified images can be used as a link if the corresponding group’s MVCxNavBarGroup.NavigateUrl property is properly specified.

See Also