TcxCustomHeader.FlipChildren(Boolean) Method
Changes the order in which sections are displayed.
Declaration
procedure FlipChildren(AllLevels: Boolean); override;
Parameters
Name | Type |
---|---|
AllLevels | Boolean |
Remarks
Use the FlipChildren method to reverse the order of the sections. The following images show the cxHeader control before and after FlipChildren execution:
Before FlipChildren execution | After FlipChildren execution |
---|---|
See Also