Skip to main content

SpreadsheetBehaviorOptions.DefaultMaxZoomFactor Property

Gets the maximum 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 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