Skip to main content
Tab

NavBarImages.Expand Property

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

public ImageProperties Expand { get; }

#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