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

XPInstantFeedbackView.FixedFilterString Property

Specifies a string that contains 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.2.dll

Declaration

[Browsable(false)]
[DefaultValue("")]
public string FixedFilterString { get; set; }

Property Value

Type Default Description
String String.Empty

A string that represents a filter expression. The expression contains criteria to filter items on the data store side.

See Also