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

TdxSpreadSheetZoomOut Class

An action object that corresponds to the ZoomOut command provided by the Spreadsheet and Report Designer controls.

#Declaration

Delphi
TdxSpreadSheetZoomOut = class(
    TdxSpreadSheetAction
)

#Remarks

The TdxSpreadSheetZoomOut class does not introduce any new public members. Executing this action object zooms the active worksheet out by 10%.

To zoom a sheet in or restore its default zoom factor value, use the TdxSpreadSheetZoomIn and TdxSpreadSheetZoomDefault action objects.

UI elements linked to a TdxSpreadSheetZoomOut action object are enabled only if the active worksheet’s zoom factor exceeds the dxSpreadSheetMinimumZoomFactor global constant value.

See Also