Skip to main content
Bar

BarButtonItemLink.ImageIndex Property

Gets or sets the index of an image from the BarItem.Images collection that should be used as an icon for this link.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override int ImageIndex { get; set; }

Property Value

Type Description
Int32

An Int32 value that is the index of an image from the BarItem.Images collection that should be used as an icon for this link.

See Also