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

TdxSpreadSheetReportSortedField Class

A stored dataset field whose values are used for sort operations.

#Declaration

Delphi
TdxSpreadSheetReportSortedField = class(
    TCollectionItem
)

#Remarks

This class provides the following properties that allow you to:

  • Specify the field name (FieldName);

  • Specify the required sort order or exclude the field from sorting operations (SortOrder);

  • Identify the collection to which the field belongs and its zero-based index (Collection and Index);

  • Identify the field’s unique ID (ID);

  • Specify the field name displayed in the Object Inspector (DisplayName).

The TdxSpreadSheetReportSortedField class implements the basic functionality required by the TdxSpreadSheetReportDataGroup class.

A TdxSpreadSheetReportSortedField object is referenced by the Items property provided by the TdxSpreadSheetReportSortedFields class.

#Inheritance

TObject
TPersistent
TCollectionItem
TdxSpreadSheetReportSortedField
See Also