TcxCustomHeader.FlipChildren(Boolean) Method
In This Article
Changes the order in which sections are displayed.
#Declaration
Delphi
procedure FlipChildren(AllLevels: Boolean); override;
#Parameters
Name | Type |
---|---|
All |
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 Flip |
After Flip |
---|---|
![]() |
![]() |
See Also