NavBarImages.Expand Property
Gets an image that when clicked, expands a group within the NavBar.
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 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