FMX.Grid.Style.TGridHeaderItem
Delphi
TGridHeaderItem = class(THeaderItem, ICellControl)
C++
class PASCALIMPLEMENTATION TGridHeaderItem : public Fmx::Header::THeaderItem
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| class | public | FMX.Grid.Style.pas FMX.Grid.Style.hpp  | 
        FMX.Grid.Style | FMX.Grid.Style | 
Description
Represents the header control of a styled grid.
On top of the features of THeaderItem, TGridHeaderItem provides the following properties:
- Column, the column where the header belongs.
 - Grid, the styled grid that owns the header.