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

PreviewModelBase.ZoomModes Property

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

Namespace: DevExpress.Xpf.Printing

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

Declaration

public IEnumerable<ZoomItemBase> ZoomModes { get; }

Property Value

Type Description
IEnumerable<ZoomItemBase>

A collection of ZoomItemBase descendants.

Implements

See Also