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

PrintBarManager.LargeImages Property

Overrides the BarManager.LargeImages property to hide it.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

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

Property Value

Type Description
Object

A Object value.

Remarks

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

See Also