Back to Devexpress

TdxSpreadSheetCellBrush Class

vcl-dxspreadsheetstyles-78b0d38b.md

latest1.1 KB
Original Source

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

TdxSpreadSheetCellBrush Members

dxSpreadSheetStyles Unit