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

GridColumnSortInfoCollection.Item[GridColumn] Property

Gets the collection’s item that refers to the specified column.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#Declaration

public GridColumnSortInfo this[GridColumn column] { get; }

#Parameters

Name Type Description
column GridColumn

A GridColumn object identifying the collection’s required item.

#Property Value

Type Description
GridColumnSortInfo

A GridColumnSortInfo object that refers to the specified column.

#Remarks

The Item property locates and returns a GridColumnSortInfo object whose GridColumnSortInfo.Column property refers to the specified column. If no such object is found, the Item property returns null.

See Also