Skip to main content
Bar

BarItemLink.ImageIndex Property

Gets or sets the index of an image used by the item link.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[XtraSerializableProperty]
public virtual int ImageIndex { get; set; }

Property Value

Type Description
Int32

The index of the item’s image.

Remarks

This property allows you to override the BarItem.ImageIndex property.

See Also