Skip to main content
A newer version of this page is available. .
Bar

BarItemImageOptions.DisabledImageIndex Property

Gets or sets the index of the image that corresponds to the item’s disabled state.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(-1)]
[DXCategory("Appearance")]
[ImageList("Images")]
public virtual int DisabledImageIndex { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value specifying the image by its zero-based index in the image source collection. -1 implies that the image is not set.

Property Paths

You can access this nested property as listed below:

Show 36 property paths
Object Type Path to DisabledImageIndex
BarBaseButtonItem
.ImageOptions.DisabledImageIndex
BarBaseButtonItemLink
.ImageOptions.DisabledImageIndex
BarButtonGroup
.ImageOptions.DisabledImageIndex
BarButtonGroupLink
.ImageOptions.DisabledImageIndex
BarButtonItem
.ImageOptions.DisabledImageIndex
BarButtonItemLink
.ImageOptions.DisabledImageIndex
BarCheckItem
.ImageOptions.DisabledImageIndex
BarCheckItemLink
.ImageOptions.DisabledImageIndex
BarCustomContainerItem
.ImageOptions.DisabledImageIndex
BarCustomContainerItemLink
.ImageOptions.DisabledImageIndex
BarDockingMenuItem
.ImageOptions.DisabledImageIndex
BarDockingMenuItemLink
.ImageOptions.DisabledImageIndex
BarEditItem
.ImageOptions.DisabledImageIndex
BarEditItemLink
.ImageOptions.DisabledImageIndex
BarHeaderItem
.ImageOptions.DisabledImageIndex
BarHeaderItemLink
.ImageOptions.DisabledImageIndex
BarItem
.ImageOptions.DisabledImageIndex
BarItemLink
.ImageOptions.DisabledImageIndex
BarLargeButtonItem
.ImageOptions.DisabledImageIndex
BarLargeButtonItemLink
.ImageOptions.DisabledImageIndex
BarLinkContainerItem
.ImageOptions.DisabledImageIndex
BarLinkContainerItemLink
.ImageOptions.DisabledImageIndex
BarListItem
.ImageOptions.DisabledImageIndex
BarListItemLink
.ImageOptions.DisabledImageIndex
BarMdiChildrenListItem
.ImageOptions.DisabledImageIndex
BarMdiChildrenListItemLink
.ImageOptions.DisabledImageIndex
BarStaticItem
.ImageOptions.DisabledImageIndex
BarStaticItemLink
.ImageOptions.DisabledImageIndex
BarSubItem
.ImageOptions.DisabledImageIndex
BarSubItemLink
.ImageOptions.DisabledImageIndex
BarToggleSwitchItem
.ImageOptions.DisabledImageIndex
BarToggleSwitchItemLink
.ImageOptions.DisabledImageIndex
BarToolbarsListItem
.ImageOptions.DisabledImageIndex
BarToolbarsListItemLink
.ImageOptions.DisabledImageIndex
RibbonGalleryBarItem
.ImageOptions.DisabledImageIndex
RibbonGalleryBarItemLink
.ImageOptions.DisabledImageIndex

Remarks

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

See Also