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.v23.2.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

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

See Also