SpreadsheetBehaviorOptions.DefaultMinZoomFactor Property
Gets the minimum zoom factor that is set for the control, by default.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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 |
|
Remarks
Use the SpreadsheetBehaviorOptions.MinZoomFactor property to specify the maximum zoom factor.
See Also