WcfInstantFeedbackDataSourceBase.FixedFilter Property
Gets or sets the criteria used to filter objects on the data store side. These criteria are never affected by bound data-aware controls. This is a dependency property.
Namespace: DevExpress.Xpf.Core.ServerMode
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
String | A String value that specifies the filter expression applied to data on the data store side. |
Remarks
For information and examples on how to create filter expressions, see Criteria Language Syntax.
A data-aware control bound to a WcfInstantFeedbackDataSource can provide its own filtering. Changing the filter via the data-aware control does not modify the FixedFilter property and vice versa.
See Also