Skip to main content
All docs
V20.1

ViewFilter.GetCriteria(GridColumn) Method

Returns filter conditions applied to all grid columns except for the target one.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v20.1.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public CriteriaOperator GetCriteria(
    GridColumn excludeColumn
)

Parameters

Name Type Description
excludeColumn GridColumn

A GridColumn whose filter conditions will not be included in the returned CriteriaOperator object.

Returns

Type Description
CriteriaOperator

A CriteriaOperator that includes filter conditions applied to all columns of this View, except for the target column.

See Also