Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomHeader.FlipChildren(Boolean) Method

Changes the order in which sections are displayed.

#Declaration

Delphi
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