FMX.Grid.TCustomGrid.OnDrawColumnBackground
Delphi
property OnDrawColumnBackground: TDrawColumnCellEvent read GetOnDrawColumnBackground write SetOnDrawColumnBackground;
C++
__property TDrawColumnCellEvent OnDrawColumnBackground = {read=GetOnDrawColumnBackground, write=SetOnDrawColumnBackground};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TCustomGrid |
Description
Occurs when the background of a cell needs to be drawn.
You can use this event to draw the background of cells yourself, to override the default cell background.