Skip to main content
Bar

BarItemLink.SvgImage Property

Returns a vector image displayed by this BarItemLink.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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