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

ASPxNavBar.GroupHeaderImage Property

Gets the settings of a common group header image image which is displayed by all the group headers within the navbar control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ImageProperties GroupHeaderImage { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

The GroupHeaderImage property provides access to the settings that define a common group header image which should be displayed by all the group headers within the navbar. The specified image can be used as a link if the corresponding group’s NavBarGroup.NavigateUrl property is properly specified.

A specific image can be displayed within the header of a particular group by using the group’s NavBarGroup.HeaderImage property.

See Also