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