BarButtonItem.ImageIndex Property
Gets or sets the index of a regular icon assigned to the BarButtonItem.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | An Int32 value that is the index of a regular icon assigned to the BarButtonItem. |
Remarks
You can assign a regular icon to the BarButtonItem either via the BarButtonItem.Glyph property, or pick an icon from the BarItem.Images collection via the ImageIndex property. If both properties are specified, the ImageIndex property is ignored.
Disabled glyphs display their BarButtonItem.GlyphDisabled instead.
See Also