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

TdxSpreadSheetResetAllPageBreaks Class

An action object corresponding to the ResetAllPageBreaks command that the Spreadsheet and Report Designer controls provide.

#Declaration

Delphi
TdxSpreadSheetResetAllPageBreaks = class(
    TdxSpreadSheetCustomPrintingAction
)

#Remarks

This class does not introduce any new public members. This action object’s Execute function call removes all custom page breaks from the active worksheet.

UI elements linked to a TdxSpreadSheetResetAllPageBreaks action object are enabled only if the following conditions are met:

  • An in-place cell editor is inactive (the active worksheet’s IsEditing property returns False);

  • The active worksheet has at least one custom row or column page break.

To localize the caption and hint of UI elements linked to a TdxSpreadSheetResetAllPageBreaks action object, use the sdxSpreadSheetActionResetAllPageBreaksCaption and sdxSpreadSheetActionResetAllPageBreaksHint resource strings, respectively.

See Also