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

TdxGanttControlSheetColumn.Index Property

Specifies the columns index in a sheet column collection.

#Declaration

Delphi
property Index: Integer read; write;

#Property Value

Type
Integer

#Remarks

Use this property to rearrange sheet columns. Assign an integer to the Index property to place the column in a specific position in a sheet column collection. The index is changed every time a user drags-and-drops the column. To access a specific column, pass its index as the Index parameter in a View’s OptionsSheet.Columns.Items property.

See Also