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

ColumnView.CanSortColumn(GridColumn) Method

Indicates whether end-users can sort data by the specified column’s values.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public virtual bool CanSortColumn(
    GridColumn column
)

Parameters

Name Type Description
column GridColumn

A GridColumn object representing the tested column.

Returns

Type Description
Boolean

true if end-users can involve the specified column in sorting; otherwise, false.

Remarks

This function supports the internal grid control’s infrastructure and is not intended to be called from your code.

See Also