Skip to main content

SpreadsheetBehaviorOptions.DefaultMinZoomFactor Property

Gets the minimum zoom factor that is set for the control, by default.

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

[Browsable(false)]
public float DefaultMinZoomFactor { get; }

Property Value

Type Description
Single

A Single value specifying the default minimum zoom factor. Currently, it equals 0.09.

Property Paths

You can access this nested property as listed below:

Object Type Path to DefaultMinZoomFactor
SpreadsheetControlOptions
.Behavior .DefaultMinZoomFactor

Remarks

Use the SpreadsheetBehaviorOptions.MinZoomFactor property to specify the maximum zoom factor.

See Also