Back to Devexpress

DashboardCustomFilterExpressionEventArgs.FilterExpression Property

dashboard-devexpress-dot-dashboardcommon-dot-dashboardcustomfilterexpressioneventargs.md

latest2.1 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public CriteriaOperator FilterExpression { get; set; }
vb
Public Property FilterExpression As CriteriaOperator

Property Value

TypeDescription
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

Filtering

DataSource

DashboardCustomFilterExpressionEventArgs Class

DashboardCustomFilterExpressionEventArgs Members

DevExpress.DashboardCommon Namespace