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

TcxHeader Class

Represents a header control.

#Declaration

Delphi
TcxHeader = class(
    TcxCustomHeader
)

#Remarks

TcxHeader represents a header object that supports several header sections with borders. Users may resize the sections and specify the sorting mode for each individual section. Sections within a header control can be accessed by the Sections property.

TcxHeader publishes various events for responding to header control changes:

  • sorting changes applied to a section;

  • changing the width of a section;

  • clicking on a section;

  • drag-and-drop involving header sections.

The following image shows the TcxHeader control embedded within the cxMCListBox control:

See Also