Skip to main content
A newer version of this page is available. .
Bar

BarItemLink.SvgImage Property

Returns a vector image displayed by this BarItemLink.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public SvgImage SvgImage { get; }

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