TcxHeaderSection.DataIndex Property
Specifies the index of the data associated with the section.
Declaration
property DataIndex: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
The DataIndex property is used as a unique identifier of the related data. It must ensure the mapping integrity, regardless of the section position in the list box control’s HeaderSections collection.
See Also