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.v24.2.dll
Declaration
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