Skip to main content

TcxHeaderSection Class

Represents a single section of the TcxHeader control.

Declaration

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