Skip to main content

SpreadsheetControl.StatusBarShowZoom Property

Specifies whether the status bar displays the current zoom percentage. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

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

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public bool StatusBarShowZoom { get; set; }

Property Value

Type Description
Boolean

true to display the current zoom level on the status bar; otherwise, false.

See Also