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

TdxSpreadSheetTableItem.Style Property

Provides access to the appearance settings applied to all cells within the table item.

#Declaration

Delphi
property Style: TdxSpreadSheetCellStyle read;

#Property Value

Type
TdxSpreadSheetCellStyle

#Remarks

Use this property to customize the visual style settings applied to both the cell objects and uninitialized cells within the table item:

The appearance customization settings, provided by the Style property, do not affect the individual style settings of the cell objects within a column or row:

Refer to the TdxSpreadSheetCellStyle class description for the full list of the available cell visual settings.

See Also