BarItemLink.SvgImage Property
Returns a vector image displayed by this BarItemLink.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
SvgImage | An DevExpress.Utils.Svg.SvgImage object that is the vector image displayed by this BarItemLink. |
Remarks
See this article to learn more about SVG icon support in DevExpress controls.
See Also