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

TdxSpreadSheetCustomDataFormat Class

The base class for data formats used in the Spreadsheet and Report Designer controls.

#Declaration

Delphi
TdxSpreadSheetCustomDataFormat = class(
    TObject
)

#Remarks

This class implements the functionality required by the TdxSpreadSheetCellDataFormat class.

The TdxSpreadSheetCustomDataFormat class extends its ancestor with the FormatCode and FormatCodeID properties that allow you to assign a particular data format by either its name string or hexadecimal code.

The TdxSpreadSheetCustomDataFormat object is not referenced by any property in the Spreadsheet or Report Designer control. Use the TdxSpreadSheetCellDataFormat class instead.

#Inheritance

TObject
TdxSpreadSheetCustomDataFormat
See Also