FMX.Grid.TCustomGrid.OnDrawColumnHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDrawColumnHeader: TDrawColumnHeaderEvent read GetOnDrawColumnHeader write SetOnDrawColumnHeader;

C++

__property TDrawColumnHeaderEvent OnDrawColumnHeader = {read=GetOnDrawColumnHeader, write=SetOnDrawColumnHeader};

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.

See Also