ViewFilter(ColumnView, CriteriaOperator) Constructor
Initializes a new instance of the ViewFilter class with the specified settings.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| view | ColumnView | A ColumnView object that represents the View which the filtering is applied to. |
| filter | CriteriaOperator | A CriteriaOperator descendant that determines the filter criteria for the specified View. |
See Also