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