NavBarImages.Expand Property
In This Article
Gets an image that when clicked, expands a group within the NavBar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Remarks
The Expand property provides access to the settings that define an image for the expand buttons displayed within the NavBar’s collapsed groups. A click on this image expands the corresponding group.
A specific expand image can be associated with a particular group by using its MVCxNavBarGroup.ExpandImage property.
See Also