MasterFilterDefaultValuesEventArgs(String, String, DashboardDataSet, IEnumerable<DashboardDataRow>) Constructor
Initializes a new instance of the MasterFilterDefaultValuesEventArgs class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
public MasterFilterDefaultValuesEventArgs(
string itemName,
string itemComponentName,
DashboardDataSet availableFilterValues,
IEnumerable<DashboardDataRow> filterValues
)
Parameters
Name | Type | Description |
---|---|---|
itemName | String | A String value that is the dashboard item name. |
itemComponentName | String | A String value that is the component name of the dashboard item. |
availableFilterValues | DashboardDataSet | A DashboardDataSet object that is the list of values available for filtering. |
filterValues | IEnumerable<DashboardDataRow> | A collection of DashboardDataRow objects that specify filter values. |
See Also