BarItemImageOptions.DefaultSvgImage Property
Gets or sets the default vector image.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
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 |
|
BarItem |
|
BarItemLink |
|
Remarks
This member supports the internal infrastructure, and is not intended to be used directly from your code.
See Also