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

NavBarGroup.CollapseImage Property

Gets an image a click on which collapses the group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ImageProperties CollapseImage { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Remarks

The CollapseImage property provides access to the settings that define an image for the group’s expand button when the group is expanded. A click on this image collapses the group.

A common collapse image can be associated with all groups by using the ASPxNavBar.CollapseImage property of a navbar control.

See Also