Skip to main content
Tab

ASPxNavBar.ItemImage Property

Gets the image settings, which is displayed by all the items within the ASPxNavBar control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ItemImageProperties ItemImage { get; }

Property Value

Type Description
ItemImageProperties

An ItemImageProperties object that contains image settings.

Remarks

The ItemImage property provides access to the settings that define an image displayed by all the items within the ASPxNavBar control. The specified image can be used as a link if the ASPxNavBar.ItemLinkMode property is set to ItemLinkMode.TextAndImage or ItemLinkMode.ContentBounds.

To associate an image with the items contained within an individual group, use the group’s NavBarGroup.ItemImage property. Individual items can display their own images. To specify item images use the NavBarItem.Image property.

See Also