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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.