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

MasterFilterDefaultValuesEventArgs(String, String, DashboardDataSet, IEnumerable<DashboardDataRow>) Constructor

Initializes a new instance of the MasterFilterDefaultValuesEventArgs class.

Namespace: DevExpress.DashboardCommon

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

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