SpreadsheetBehaviorOptions.DefaultMaxZoomFactor Property
Gets the maximum 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 maximum zoom. Currently, it equals positive infinity. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to DefaultMaxZoomFactor |
---|---|
SpreadsheetControlOptions |
|
Remarks
Use the SpreadsheetBehaviorOptions.MaxZoomFactor property to specify the maximum zoom factor.
See Also