GridColumnSortInfoCollection.Item[GridColumn] Property
In This Article
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 | Grid |
A Grid |
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#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