Skip to main content
All docs
V23.2

DataDashboardItem.VisibleDataFilterString Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.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