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

TdxSpreadSheetReportDesignerSortFields Class

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

#Declaration

Delphi
TdxSpreadSheetReportDesignerSortFields = class(
    TdxSpreadSheetReportDesignerAction
)

#Remarks

This class does not introduce any new public members. This action class does not provide the actual SortFields command implementation, since it heavily depends on the actual application structure. To provide the custom implementation of a TdxSpreadSheetReportDesignerSortFields action object, handle its OnExecute event.

UI elements linked to a TdxSpreadSheetReportDesignerSortFields action object are enabled only if there is a valid data controller corresponding to the report section in which the focused cell is located.

See Also