Skip to main content

TcxHeaderSections.Add Method

Adds a new section to the collection.

Declaration

function Add: TcxHeaderSection;

Returns

Type
TcxHeaderSection

Remarks

Use the Add method to add a new section to the Sections collection at run-time. The section is added at the right end of the control with all properties set to default values (no text, sorting is disabled and the section width is 50).

See Also