BarItem.LargeImages Property
Gets the source of large images.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Object | A Object which provides large images for bar button items. |
Remarks
Use the BarItem.LargeImageIndex, BarItem.LargeImageIndexDisabled and BarLargeButtonItem.LargeImageIndexHot properties to associate large images with item links.
See Also