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

TdxSpreadSheetDefaultCellStyle Class

Stores the style settings applied to uninitialized cells in a Table View worksheet.

#Declaration

Delphi
TdxSpreadSheetDefaultCellStyle = class(
    TdxSpreadSheetCellStyle
)

#Remarks

The default style settings are applied to both the newly created cell objects and uninitialized cells within a worksheet. A TdxSpreadSheetDefaultCellStyle object stores the cell style settings initialized by using the Styles and LookAndFeel properties provided by the Spreadsheet and Report Designer controls.

The TdxSpreadSheetDefaultCellStyle extends its ancestor with the Reset procedure that allows you to restore the default cell style state at the moment of control initialization if the default cell style was modified at runtime.

The default cell style is the part of the spreadsheet global appearance customization level.

A TdxSpreadSheetDefaultCellStyle object is referenced by the DefaultCellStyle property provided by the TdxCustomSpreadSheet class.

#Inheritance

TObject
TdxSpreadSheetCellStyle
TdxSpreadSheetDefaultCellStyle
See Also