Skip to main content

MasterFilterSetEventArgs(String, DashboardDataSet, RangeFilterSelection) Constructor

Initializes a new instance of the MasterFilterSetEventArgs class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public MasterFilterSetEventArgs(
    string dashboardItemName,
    DashboardDataSet selectedValues,
    RangeFilterSelection masterFilterRange
)

Parameters

Name Type Description
dashboardItemName String

A String that is the component name of the dashboard item.

selectedValues DashboardDataSet

A DashboardDataSet object that represents a list of selected records.

masterFilterRange RangeFilterSelection

A RangeFilterSelection object that is the selected range in the Range Filter dashboard item.

See Also