SubstituteFilterEventArgs(CriteriaOperator) Constructor
Initializes a new instance of the SubstituteFilterEventArgs class with the specified settings.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
filter | CriteriaOperator | A CriteriaOperator object that specifies the filter applied to a data control. This value is assigned to the SubstituteFilterEventArgs.Filter property. |
See Also