Skip to main content
A newer version of this page is available. .

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

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