Skip to main content
A newer version of this page is available.
All docs
V19.2

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

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