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

BarItemImageOptions.SvgImage Property

Gets or sets a vector image displayed in the item.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
[SmartTagProperty("Svg Image", "Image", 2, SmartTagActionType.RefreshAfterExecute)]
public override SvgImage SvgImage { get; set; }

Property Value

Type Default Description
SvgImage *null*

An DevExpress.Utils.Svg.SvgImage object that specifies the vector image displayed in the item.

Property Paths

You can access this nested property as listed below:

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

Remarks

See this article to learn more about SVG icon support in DevExpress controls.

See Also