Skip to main content
Bar

BarItemImageOptions.HasSvgImage Property

Returns whether or not this BarItemImageOptions has a vector icon assigned to it.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public override bool HasSvgImage { get; }

Property Value

Type Description
Boolean

true if this BarItemImageOptions has a vector icon assigned to it; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to HasSvgImage
BarButtonItem
.ImageOptions .HasSvgImage
BarItem
.ImageOptions .HasSvgImage
BarItemLink
.ImageOptions .HasSvgImage
See Also