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

PrintBarManager.ZoomItem Property

OBSOLETE

This property is now obsolete and isn't used at all.

For internal use. Gets or sets the editor which is used to specify the zoom level within the printing bar manager.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v19.1.dll

Declaration

[Browsable(false)]
[Obsolete("This property is now obsolete and isn't used at all.")]
public ZoomBarEditItem ZoomItem { get; set; }

Property Value

Type Description
DevExpress.XtraPrinting.Preview.ZoomBarEditItem

A DevExpress.XtraPrinting.Preview.ZoomBarEditItem object.

See Also