Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BarItemImageOptions.DisabledSvgImage Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.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

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