Skip to main content

ZoomValueItem.DisplayedText Property

Specifies the caption for the zoom value item as it appears in Print Preview.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public override string DisplayedText { get; }

Property Value

Type Description
String

A String value specifying the caption for the zoom value item.

See Also