Skip to main content
A newer version of this page is available. .

ObjectDataSourceFillParameters.FilterExpression Property

Gets or sets an expression used to filter the data source.

Namespace: DevExpress.DashboardCommon

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

Declaration

public CriteriaOperator FilterExpression { get; set; }

Property Value

Type Description
CriteriaOperator

A CriteriaOperator object that specifies the expression used to filter the data source.

See Also