DashboardCustomFilterExpressionEventArgs.FilterExpression Property
In This Article
Gets or sets the filter expression that defines a WHERE clause included in the SQL query.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public CriteriaOperator FilterExpression { get; set; }
#Property Value
Type | Description |
---|---|
Criteria |
A Criteria |
#Remarks
To learn how to create a filter criteria as a CriteriaOperator object, see Expression Constants, Operators, and Functions.
To identify the data source for which the event has been raised, use the DataSourceEventArgs.DataSource property.
See Also