BarItem.LargeImageIndexDisabled Property
Gets or sets the index of the large image which is displayed within the disabled item’s link(s).
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.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.LargeImageIndex topic, to learn which bar elements support large images.