Back to Devexpress

XPInstantFeedbackView.FixedFilterCriteria Property

xpo-devexpress-dot-xpo-dot-xpinstantfeedbackview.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public CriteriaOperator FixedFilterCriteria { get; set; }
vb
Public Property FixedFilterCriteria As CriteriaOperator

Property Value

TypeDescription
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

XPInstantFeedbackView Class

XPInstantFeedbackView Members

DevExpress.Xpo Namespace