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

NavBarGroup.HeaderImage Property

Gets the settings of a group header image which is displayed within the group’s header.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ImageProperties HeaderImage { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

The HeaderImage property provides access to the settings that define a group header image which should be displayed within the header of the current group. The specified image can be used as a link if the group’s NavBarGroup.NavigateUrl is properly specified.

A specific common image can be associated with all the group headers within a navbar control by using the navbar’s ASPxNavBar.GroupHeaderImage property.

See Also