DataDashboardItem.VisibleDataFilterString Property
Gets or sets a Visible Data Filter to limit displayed data.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | null | A criteria string that is used to limit displayed data. |
Remarks
This filter type does not filter underlying data used in calculations or intermediate level aggregations.
See Also