Skip to main content
A newer version of this page is available. .
Tab

NavBarGroup.ItemImage Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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