Skip to main content
Bar

BarItemImageOptions.DisabledSvgImage Property

Gets or sets the vector image for the item’s disabled state.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
public SvgImage DisabledSvgImage { get; set; }

Property Value

Type Default Description
SvgImage null

An DevExpress.Utils.Svg.SvgImage object specifying the vector image for the item’s disabled state.

Property Paths

You can access this nested property as listed below:

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

Remarks

Refer to the following help topic for more information on SVG icon support in DevExpress controls: How To: Draw and Use SVG Images.

See Also