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

TdxSpreadSheetCellBrush Class

Stores the background appearance settings of a cell object.

#Declaration

Delphi
TdxSpreadSheetCellBrush = class(
    TdxSpreadSheetCustomBrush
)

#Remarks

This class implements the brush used to fill the cell background.

The TdxSpreadSheetCellBrush class does not introduce any new functionality that is intended to be used directly from your code. For the list of customizable properties, refer to the TdxSpreadSheetCustomBrush class description.

The TdxSpreadSheetCellBrush object is referenced by the cell object’s Style.Brush property.

#Inheritance

TObject
TdxSpreadSheetCustomBrush
TdxSpreadSheetCellBrush
See Also