TcxHeaderSections Class
Represents the header control’s sections collection.
Declaration
TcxHeaderSections = class(
TCollection
)
Remarks
The TcxHeaderSections object represents the header control’s sections collection. Each item in this collection is an instance of the TcxHeaderSection class. These class members allow you to specify the text displayed within the section, the section’s sort order and the section’s width limits etc.
Use the TcxHeader.Sections property to access this collection.
Inheritance
TObject
TPersistent
TCollection
TcxHeaderSections
See Also