Skip to main content
A newer version of this page is available. .

SpreadsheetBehaviorOptions.DefaultMaxZoomFactor Property

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

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

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

Property Value

Type Description
Single

A Single value specifying the default maximum zoom. Currently, it equals positive infinity.

Property Paths

You can access this nested property as listed below:

Object Type Path to DefaultMaxZoomFactor
SpreadsheetControlOptions
.Behavior.DefaultMaxZoomFactor

Remarks

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

See Also