TcxHeader Class
Represents a header control.
Declaration
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:
Inheritance
See Also