NavBarGroup.CollapseImage Property
Gets an image a click on which collapses the group.
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 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