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

TdxSpreadSheetReportDesignerResetFilter Class

An action object corresponding to the ResetFilter command provided by the Report Designer control.

#Declaration

Delphi
TdxSpreadSheetReportDesignerResetFilter = class(
    TdxSpreadSheetReportDesignerAction
)

#Remarks

This class does not introduce any new public members. Executing a TdxSpreadSheetReportDesignerResetFilter action object clears the filter of the data controller corresponding to the section in which the focused cell is located.

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

  • The focused cell is located within the report template section with the valid data controller.
  • The filter text is not an empty string.
See Also