Skip to main content

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

NuGet Package: DevExpress.Wpf.Core

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