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

TcxHeaderSection Class

Represents a single section of the TcxHeader control.

#Declaration

Delphi
TcxHeaderSection = class(
    TCollectionItem
)

#Remarks

The TcxHeaderSection object represents a single section of the header control. Its properties allow you to read and modify a header’s section width, change the text displayed within a section, customize the sort order , etc. Use the Sections property of a header control to access the collection of the header control’s sections.

#Inheritance

See Also