TcxGridGroupByHeaderLayout Enum
In This Article
Enumerates column header layout modes.
#Declaration
Delphi
TcxGridGroupByHeaderLayout = (
ghlVerticallyShifted,
ghlHorizontal
);
#Members
Name |
---|
ghl
|
ghl
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
ghl |
Column headers are displayed hierarchically within the Group By panel. | ![]() |
ghl |
Column headers are aligned horizontally within the Group By panel. | ![]() |
See Also