Back to Devexpress

TcxGridGroupByHeaderLayout Enum

vcl-cxgridtableview-7ffc3420.md

latest980 B
Original Source

TcxGridGroupByHeaderLayout Enum

Enumerates column header layout modes.

Declaration

delphi
TcxGridGroupByHeaderLayout = (
    ghlVerticallyShifted,
    ghlHorizontal
);

Members

Name
ghlVerticallyShifted
ghlHorizontal

Remarks

Options include:

ValueDescriptionExample
ghlVerticallyShiftedColumn headers are displayed hierarchically within the Group By panel.
ghlHorizontalColumn headers are aligned horizontally within the Group By panel.

See Also

TcxGridTableOptionsView.GroupByHeaderLayout

cxGridTableView Unit