FMX.Grid.TCustomGrid.OnDrawColumnHeader
Delphi
property OnDrawColumnHeader: TDrawColumnHeaderEvent read FOnDrawColumnHeader write FOnDrawColumnHeader;
C++
__property TDrawColumnHeaderEvent OnDrawColumnHeader = {read=FOnDrawColumnHeader, write=FOnDrawColumnHeader};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TCustomGrid |
Description
Occurs when the grid needs to paint a header of a column.
Write an OnDrawColumnHeader event handler to provide customized drawing for the headers of the grid.