Skip to main content
All docs
V18.2

MasterFilterDefaultValuesWebEventArgs(String, MasterFilterDefaultValuesEventArgs) Constructor

Initializes a new instance of the MasterFilterDefaultValuesWebEventArgs class.

Namespace: DevExpress.DashboardWeb

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

Declaration

public MasterFilterDefaultValuesWebEventArgs(
    string dashboardId,
    MasterFilterDefaultValuesEventArgs innerArgs
)

Parameters

Name Type Description
dashboardId String

A String value that specifies the dashboard identifier.

innerArgs MasterFilterDefaultValuesEventArgs

A MasterFilterDefaultValuesEventArgs object.

See Also