Skip to main content
Tab

NavBarGroup.ExpandImage Property

Gets an image a click on which expands the group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties ExpandImage { get; }

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