MasterFilterDefaultValuesEventArgs.FilterValues Property
Gets or sets values used to apply default filtering.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
public IEnumerable<DashboardDataRow> FilterValues { get; set; }
Public Property FilterValues As IEnumerable(Of DashboardDataRow)
Property Value
Type | Description |
---|---|
IEnumerable<DashboardDataRow> | A collection of DashboardDataRow objects that specify filter values. |
See Also
Feedback