TcxHeaderSection Class
In This Article
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
TObject
TPersistent
TCollectionItem
TcxHeaderSection
See Also