Back to Devexpress

SpreadsheetBehaviorOptions.DefaultMinZoomFactor Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-spreadsheetbehavioroptions-9d659940.md

latest2.2 KB
Original Source

SpreadsheetBehaviorOptions.DefaultMinZoomFactor Property

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

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
[Browsable(false)]
public float DefaultMinZoomFactor { get; }
vb
<Browsable(False)>
Public ReadOnly Property DefaultMinZoomFactor As Single

Property Value

TypeDescription
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 TypePath to DefaultMinZoomFactor
SpreadsheetControlOptions

.Behavior .DefaultMinZoomFactor

|

Remarks

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

See Also

MinZoomFactor

DefaultMaxZoomFactor

MaxZoomFactor

SpreadsheetBehaviorOptions Class

SpreadsheetBehaviorOptions Members

DevExpress.XtraSpreadsheet Namespace