Back to Devexpress

BarItemImageOptions.DisabledImage Property

windowsforms-devexpress-dot-xtrabars-dot-baritemimageoptions-cbdd7e69.md

latest2.2 KB
Original Source

BarItemImageOptions.DisabledImage Property

Gets or sets the image corresponding to the item’s disabled state.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Appearance")]
public virtual Image DisabledImage { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
Public Overridable Property DisabledImage As Image

Property Value

TypeDefaultDescription
Imagenull

An Image object representing the image that is displayed in the disabled item’s link(s).

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DisabledImage
BarButtonItem

.ImageOptions .DisabledImage

| | BarItem |

.ImageOptions .DisabledImage

| | BarItemLink |

.ImageOptions .DisabledImage

|

Remarks

For details, see the BarItem.GlyphDisabled property which is equivalent to the current setting.

See Also

GlyphDisabled

BarItemImageOptions Class

BarItemImageOptions Members

DevExpress.XtraBars Namespace