Skip to main content

PreviewModelBase.ZoomModes Property

Provides access to a collection of zooming modes available for a report document.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public IEnumerable<ZoomItemBase> ZoomModes { get; }

Property Value

Type Description
IEnumerable<ZoomItemBase>

A collection of ZoomItemBase descendants.

Implements

See Also