Skip to main content

NavBarItemLink.GetImage() Method

Gets the image currently displayed within the NavBarItemLink.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v24.2.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