Skip to main content

NavBarItemLink.GetImage() Method

Gets the image currently displayed within the NavBarItemLink.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

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