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

BarItem.LargeImageIndexDisabled Property

Gets or sets the index of the large image which is displayed within the disabled item’s link(s). This property is obsolete. Use the BarItem.ImageOptions.DisabledLargeImageIndex property instead.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual int LargeImageIndexDisabled { get; set; }

#Property Value

Type Description
Int32

An integer value that specifies the zero-based index of the large image within the source collection.

#Remarks

The source of large images is specified by the BarManager.LargeImages property. The bar item’s large image that corresponds to the item’s disabled state can also be specified using the BarItem.LargeGlyphDisabled property.

If both the LargeImageIndexDisabled and LargeGlyphDisabled properties are specified, then the disabled item’s links display the image specified by the LargeGlyphDisabled property.

Note

See the BarItem.ImageOptions.LargeImageIndex topic, to learn which bar elements support large images.

See Also