PrintBarManager.LargeImages Property
Overrides the BarManager.LargeImages property to hide it.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, 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