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.v20.2.dll

NuGet Package: DevExpress.Win.Printing

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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