Skip to main content
Tab

NavBarImages.Collapse Property

Gets an image, that when clicked, collapses a group within the NavBar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties Collapse { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

The Collapse property provides access to the settings that define an image for the expand buttons displayed within the NavBar’s expanded groups. A click on this image collapses the corresponding group.

A specific collapse image can be associated with a particular group by using its MVCxNavBarGroup.CollapseImage property.

See Also