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

NavBarItemLink.GetImage() Method

Gets the image currently displayed within the NavBarItemLink.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

public virtual Image GetImage()

Returns

Type Description
Image

A Image object which represents the image currently displayed within the link. null (Nothing in Visual Basic) if no image is displayed within the link.

See Also