DataDashboardItem.FilterCriteria Property
In This Article
OBSOLETE
This property is now obsolete. Use the Filter
Gets or sets the filter criteria applied to this dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.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 |
---|---|
Criteria |
A Criteria |
#Remarks
Use the DataItem.UniqueId 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