DashboardCustomFilterExpressionEventArgs(IDashboardDataSource, String) Constructor
Initializes a new instance of the DashboardCustomFilterExpressionEventArgs class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
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