ViewFilter Constructors
Represents a collection of filter conditions applied to a View.| Name | Parameters | Description |
|---|---|---|
| ViewFilter() | none | Initializes a new instance of the ViewFilter class. |
| ViewFilter(ColumnView, CriteriaOperator) | view, filter | Initializes a new instance of the ViewFilter class with the specified settings. |
See Also