Skip to main content
A newer version of this page is available. .

DashboardCustomFilterExpressionEventArgs(IDashboardDataSource, String) Constructor

Initializes a new instance of the DashboardCustomFilterExpressionEventArgs class.

Namespace: DevExpress.DashboardCommon

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

Declaration

public DashboardCustomFilterExpressionEventArgs(
    IDashboardDataSource dataSource,
    string tableName
)

Parameters

Name Type Description
dataSource IDashboardDataSource

An object implementing the IDashboardDataSource class that specifies the data source.

tableName String

A String that specifies the table name.

See Also