BarItemImageOptions.DefaultSvgImage Property
In This Article
Gets or sets the default vector image.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public virtual SvgImage DefaultSvgImage { get; set; }
#Property Value
Type | Description |
---|---|
Svg |
An DevExpress. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Default |
---|---|
Bar |
|
Bar |
|
Bar |
|
#Remarks
This member supports the internal infrastructure, and is not intended to be used directly from your code.
See Also