Skip to main content
Bar

BarItem.LargeImages Property

Gets the source of large images.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public object LargeImages { get; }

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