Skip to main content
Bar

BarItemImageOptions.DefaultSvgImage Property

Gets or sets the default vector image.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
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:

Object Type Path to DefaultSvgImage
BarButtonItem
.ImageOptions .DefaultSvgImage
BarItem
.ImageOptions .DefaultSvgImage
BarItemLink
.ImageOptions .DefaultSvgImage

Remarks

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

See Also