RibbonGalleryBarItem.LargeImageIndexDisabled Property
Gets or sets the index of the item’s large image that is used when the item is disabled. This member is not supported by the RibbonGalleryBarItem class.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override int LargeImageIndexDisabled { get; set; }
Property Value
Type | Description |
---|---|
Int32 | An integer value. |
Remarks
This member is not supported by the RibbonGalleryBarItem class. The LargeImageIndexDisabled property is overridden to hide it at design time.
See Also