MasterFilterDefaultValuesEventArgs.FilterValues Property
Gets or sets values used to apply default filtering.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<DashboardDataRow> | A collection of DashboardDataRow objects that specify filter values. |
See Also