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

BarItemImageOptions.HasSvgImage Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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