Back to Devexpress

BarItemLink.SvgImage Property

windowsforms-devexpress-dot-xtrabars-dot-baritemlink-7c249c83.md

latest1.3 KB
Original Source

BarItemLink.SvgImage Property

Returns a vector image displayed by this BarItemLink.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public SvgImage SvgImage { get; }
vb
<Browsable(False)>
Public ReadOnly Property SvgImage As SvgImage

Property Value

TypeDescription
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

BarItemLink Class

BarItemLink Members

DevExpress.XtraBars Namespace