Skip to main content

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.v23.2.dll

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

Declaration

public virtual bool ContainsColumn(
    GridColumn column
)

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