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.v19.1.dll

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:

Show 36 property paths
Object Type Path to HasSvgImage
BarBaseButtonItem
.ImageOptions.HasSvgImage
BarBaseButtonItemLink
.ImageOptions.HasSvgImage
BarButtonGroup
.ImageOptions.HasSvgImage
BarButtonGroupLink
.ImageOptions.HasSvgImage
BarButtonItem
.ImageOptions.HasSvgImage
BarButtonItemLink
.ImageOptions.HasSvgImage
BarCheckItem
.ImageOptions.HasSvgImage
BarCheckItemLink
.ImageOptions.HasSvgImage
BarCustomContainerItem
.ImageOptions.HasSvgImage
BarCustomContainerItemLink
.ImageOptions.HasSvgImage
BarDockingMenuItem
.ImageOptions.HasSvgImage
BarDockingMenuItemLink
.ImageOptions.HasSvgImage
BarEditItem
.ImageOptions.HasSvgImage
BarEditItemLink
.ImageOptions.HasSvgImage
BarHeaderItem
.ImageOptions.HasSvgImage
BarHeaderItemLink
.ImageOptions.HasSvgImage
BarItem
.ImageOptions.HasSvgImage
BarItemLink
.ImageOptions.HasSvgImage
BarLargeButtonItem
.ImageOptions.HasSvgImage
BarLargeButtonItemLink
.ImageOptions.HasSvgImage
BarLinkContainerItem
.ImageOptions.HasSvgImage
BarLinkContainerItemLink
.ImageOptions.HasSvgImage
BarListItem
.ImageOptions.HasSvgImage
BarListItemLink
.ImageOptions.HasSvgImage
BarMdiChildrenListItem
.ImageOptions.HasSvgImage
BarMdiChildrenListItemLink
.ImageOptions.HasSvgImage
BarStaticItem
.ImageOptions.HasSvgImage
BarStaticItemLink
.ImageOptions.HasSvgImage
BarSubItem
.ImageOptions.HasSvgImage
BarSubItemLink
.ImageOptions.HasSvgImage
BarToggleSwitchItem
.ImageOptions.HasSvgImage
BarToggleSwitchItemLink
.ImageOptions.HasSvgImage
BarToolbarsListItem
.ImageOptions.HasSvgImage
BarToolbarsListItemLink
.ImageOptions.HasSvgImage
RibbonGalleryBarItem
.ImageOptions.HasSvgImage
RibbonGalleryBarItemLink
.ImageOptions.HasSvgImage
See Also