Skip to main content

dxSpreadSheetDefaultZoomFactor Constant

Specifies the default zoom value (as a percentage) applied to a Table View worksheet.

Declaration

const dxSpreadSheetDefaultZoomFactor = 100;

Remarks

This global constant specifies the default value of the Options.ZoomFactor property. By default, the dxSpreadSheetDefaultZoomFactor global constant corresponds to the real size of the worksheet.

Note

The dxSpreadSheetMinimumZoomFactor and dxSpreadSheetMaximumZoomFactor global constants specify the lower and upper bounds of the Table View worksheet’s Options.ZoomFactor property.

See Also