Skip to main content
All docs
V18.2

DashboardSourceModel.MasterFilterDefaultValues Property

Allows you to apply default filtering to master filter items.

Namespace: DevExpress.DashboardWeb.Mvc

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

Declaration

public MasterFilterDefaultValuesWebEventHandler MasterFilterDefaultValues { get; set; }

Property Value

Type Description
MasterFilterDefaultValuesWebEventHandler

A MasterFilterDefaultValuesWebEventHandler delegate method allowing you to implement custom processing.

Remarks

Implement a MasterFilterDefaultValuesWebEventHandler delegate method and assign it to the MasterFilterDefaultValues property. For more implementation details, refer to the MasterFilterDefaultValuesWebEventHandler delegate description.

Note

Note that the MasterFilterDefaultValues property has limitations when applying default filtering to master filter items that affect each other. To learn more, see the following example: How to apply default filtering to master filter items that affect each other.

See Also