Skip to main content

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

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

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