Skip to main content
A newer version of this page is available. .
All docs
V20.2

DataDashboardItem.VisibleDataFilterString Property

Gets or sets a Visible Data Filter to limit displayed data.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(null)]
public string VisibleDataFilterString { get; set; }

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