Skip to main content

ZoomItemBase.DisplayedText Property

Gets the text representation of a ZoomValueItem in Print Preview.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public abstract string DisplayedText { get; }

Property Value

Type Description
String

A String value.

See Also