Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SpreadsheetBehaviorOptions.DefaultMinZoomFactor Property

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

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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