Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPInstantFeedbackView.FixedFilterCriteria Property

Specifies the criteria used to filter items on the data store side. Bound data-aware controls never affect the criteria.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

[TypeConverter("DevExpress.Xpo.Design.CriteriaEditor, DevExpress.Xpo.v19.1.Design, Version=19.1.99.0, Culture=neutral, PublicKeyToken=c38a27d2243c2672")]
public CriteriaOperator FixedFilterCriteria { get; set; }

Property Value

Type Description
CriteriaOperator

An expression that filters items on the data store side.

Remarks

For examples and additional information about filter expressions, see these help topics:

See Also