A newer version of this page is available.
Switch to the current version.
CustomFilterExpressionEventArgs.FilterExpression Property
Gets or sets the filter expression that defines a WHERE clause included in the SQL query.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.DataAccess.v19.2.dll
Declaration
public CriteriaOperator FilterExpression { get; set; }
Public Property FilterExpression As CriteriaOperator
Property Value
Type | Description |
---|---|
CriteriaOperator | A CriteriaOperator descendant that specifies the filter expression that defines a WHERE clause included in the SQL query. |
Remarks
To learn how to create a filter criteria as a CriteriaOperator object, see Creating Criteria.
To identify the data source for which the event has been raised, use the CustomFilterExpressionEventArgs.DataSourceName or CustomFilterExpressionEventArgs.DataSourceComponentName property.
See Also
Feedback