Skip to main content

DataDashboardItem.FilterCriteria Property

OBSOLETE

This property is now obsolete. Use the FilterString property instead.

Gets or sets the filter criteria applied to this dashboard item.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[Browsable(false)]
[Obsolete("This property is now obsolete. Use the FilterString property instead.")]
public CriteriaOperator FilterCriteria { get; set; }

Property Value

Type Description
CriteriaOperator

A CriteriaOperator descendant that specifies the filter criteria for the dashboard item.

Remarks

Use the DataItem.ID string identifier to refer to dimensions in filter criteria.

To learn more about building filter criteria, see Expression Constants, Operators, and Functions.

Note

You cannot apply filtering by building complex filter criteria in OLAP mode.

See Also