Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTableViewOptions.ZoomFactor Property

Specifies a zoom factor (as a percentage) for the current Table View worksheet.

#Declaration

Delphi
property ZoomFactor: Integer read; write; default dxSpreadSheetDefaultZoomFactor;

#Property Value

Type Default
Integer dxSpreadSheetDefaultZoomFactor

#Remarks

Use this property to zoom the displayed Table View worksheet in or out. The ZoomFactor property value ranges from dxSpreadSheetMinimumZoomFactor to dxSpreadSheetMaximumZoomFactor. An end-user can zoom a worksheet in or out by scrolling the mouse wheel while holding down the Ctrl key.

Note

In addition to the Ctrl key and mouse wheel, end-users can use client controls linked to the TdxSpreadSheetZoomDefault, TdxSpreadSheetZoomIn, and TdxSpreadSheetZoomOut action objects to change the ZoomFactor property value.

The default value of the ZoomFactor property is dxSpreadSheetDefaultZoomFactor.

See Also