NavBarGroup.ExpandImage Property
In This Article
Gets an image a click on which expands the group.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
The ExpandImage property provides access to the settings that define an image for the group’s expand button when the group is collapsed. A click on this image expands the group.
A common expand image can be associated with all groups by using the ASPxNavBar.ExpandImage property of a navbar control.
See Also