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

SingleFilterDefaultValueEventArgs(String, DashboardDataSet, DashboardDataRow) Constructor

Initializes a new instance of the SingleFilterDefaultValueEventArgs class.

Namespace: DevExpress.DashboardCommon

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

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