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

BarItemImageOptions.DefaultSvgImage Property

Gets or sets the default vector image.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Description
SvgImage

An DevExpress.Utils.Svg.SvgImage object specifying the default vector image.

Property Paths

You can access this nested property as listed below:

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

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also