Skip to main content

DashboardCustomFilterExpressionEventArgs.FilterExpression Property

Gets or sets the filter expression that defines a WHERE clause included in the SQL query.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public CriteriaOperator FilterExpression { get; set; }

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 Expression Constants, Operators, and Functions.

To identify the data source for which the event has been raised, use the DataSourceEventArgs.DataSource property.

See Also