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

ZoomItemBase.DisplayedText Property

Gets the text representation of a ZoomValueItem in Print Preview.

Namespace: DevExpress.Xpf.Printing

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public abstract string DisplayedText { get; }

Property Value

Type Description
String

A String value.

See Also