BarItemLink.ImageIndex Property
Gets or sets the index of an image used by the item link.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Appearance")]
[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