Skip to main content
Bar

RibbonGalleryBarItem.ImageIndex Property

Gets or sets the index of the item’s small image. This member is not supported by the RibbonGalleryBarItem class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public int ImageIndex { get; set; }

Property Value

Type Description
Int32

An integer value.

Remarks

This member is not supported by the RibbonGalleryBarItem class. The ImageIndex property is overridden to hide it at design time.

See Also