Skip to main content
All docs
V18.2

MasterFilterDefaultValuesWebEventArgs.FilterValues Property

Gets or sets values used to apply default filtering.

Namespace: DevExpress.DashboardWeb

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

Declaration

public IEnumerable<DashboardDataRow> FilterValues { get; set; }

Property Value

Type Description
IEnumerable<DashboardDataRow>

A collection of DashboardDataRow objects that specify filter values.

See Also