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

WcfServerModeDataSource.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.v19.2.dll

Declaration

public string FixedFilter { get; set; }

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 WcfServerModeDataSource can provide its own filtering. Changing the filter via the data-aware control does not modify the FixedFilter property and vice versa.

See Also