NavBarGroup.ExpandImage Property
Gets an image a click on which expands 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 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