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

NavBarImages.GroupHeaderCollapsed Property

Gets the settings of a common group header image that is displayed in all collapsed group headers within the NavBar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageProperties GroupHeaderCollapsed { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

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

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

See Also