TcxGridColumnHeaderViewInfo.Index Property
Returns the underlying column’s visible index.
Declaration
property Index: Integer read;
Property Value
Type |
---|
Integer |
Remarks
This property references the VisibleIndex of the column accessible via the Column property.
See Also