NavBarItemLink.GetImage() Method
Gets the image currently displayed within the NavBarItemLink.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
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