Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridViewData.ColumnIndex Property

Specifies the zero-based index of the leftmost visible column in the data area.

#Declaration

Delphi
property ColumnIndex: Integer read; write;

#Property Value

Type
Integer

#Remarks

Depending upon how many columns are located after the specified column and the number of columns displayed at a time in the data area (see the ColumnCount and ColumnsPerPage properties), the specified column will either be the leftmost column or simply scrolled into view. In the latter instance the ColumnIndex property will return an index of the column, which has become the leftmost visible column.

See Also