Skip to main content

MasterFilterDefaultValuesEventArgs.FilterValues Property

Gets or sets values used to apply default filtering.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

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

Property Value

Type Description
IEnumerable<DashboardDataRow>

A collection of DashboardDataRow objects that specify filter values.

See Also