Back to Devexpress

IDashboardControl.CustomFilterExpression Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-0f1e6456.md

latest2.2 KB
Original Source

IDashboardControl.CustomFilterExpression Event

Allows you to include WHERE clauses into DashboardSqlDataSource queries.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event CustomFilterExpressionEventHandler CustomFilterExpression
vb
Event CustomFilterExpression As CustomFilterExpressionEventHandler

Event Data

The CustomFilterExpression event's data class is CustomFilterExpressionEventArgs. The following properties provide information specific to this event:

PropertyDescription
DataSourceComponentNameGet the data source name, used in code to identify the data source’s object, for which the event has been raised.
DataSourceConnectionName
DataSourceNameGets the name of the data source for which the event has been raised.
FilterExpressionGets or sets the filter expression that defines a WHERE clause included in the SQL query.
QueryNameGets the name of the query for which the event was raised.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace