GridColumnSortInfo.ContainsColumn(GridColumn) Method
Returns whether or not a GridColumnSortInfoCollection to which this GridColumnSortInfo belongs currently has an GridColumnSortInfo object associated with a specific grid column.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | GridColumn | A GridColumn to check. |
Returns
Type | Description |
---|---|
Boolean | true if there is a GridColumnSortInfo object associated with the target column; otherwise, false. |
See Also