Skip to main content
A newer version of this page is available. .

XRDesignBarManager.LargeImages Property

Overrides the BarManager.LargeImages property.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

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

Property Value

Type Description
Object

A Object which provides large images for bar button items.

Remarks

This property is intended to hide the corresponding property of the BarManager class.

See Also