Skip to main content
Tab

NavBarGroup.ItemImage Property

Gets the image settings displayed by all the items within the group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ItemImageProperties ItemImage { get; }

#Property Value

Type Description
ItemImageProperties

A 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 group. The specified image can be used as a link if the navigation bar’s ASPxNavBar.ItemLinkMode property or the group’s NavBarGroup.ItemLinkMode property is set to GroupItemLinkMode.TextAndImage or GroupItemLinkMode.ContentBounds.

Individual items within a group can display their own images specified by the NavBarItem.Image property.

See Also