Skip to main content
All docs
V18.2

DashboardSourceModel.RangeFilterDefaultValue Property

Provides the capability to specify the default selected range in the Range Filter dashboard item.

Namespace: DevExpress.DashboardWeb.Mvc

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

Declaration

public RangeFilterDefaultValueEventHandler RangeFilterDefaultValue { get; set; }

Property Value

Type Description
RangeFilterDefaultValueEventHandler

A RangeFilterDefaultValueEventHandler delegate method allowing you to implement custom processing.

Remarks

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

Note

Note that the RangeFilterDefaultValue 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