SingleFilterDefaultValueEventArgs(String, DashboardDataSet, DashboardDataRow) Constructor
Initializes a new instance of the SingleFilterDefaultValueEventArgs class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
public SingleFilterDefaultValueEventArgs(
string dashboardItemName,
DashboardDataSet availableSelection,
DashboardDataRow filterValue
)
Parameters
Name | Type | Description |
---|---|---|
dashboardItemName | String | A String that is the component name of the dashboard item. |
availableSelection | DashboardDataSet | A DashboardDataSet object containing records identifying elements that can be selected in the current state of the master filter item. |
filterValue | DashboardDataRow | A DashboardDataRow object that is the default filter value. |
See Also