Back to Devexpress

XPServerModeView.FixedFilterString Property

xpo-devexpress-dot-xpo-dot-xpservermodeview-adc4735b.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Xpo

Declaration

csharp
[Browsable(false)]
[DefaultValue("")]
public string FixedFilterString { get; set; }
vb
<Browsable(False)>
<DefaultValue("")>
Public Property FixedFilterString As String

Property Value

TypeDefaultDescription
StringString.Empty

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

|

See Also

XPServerModeView Class

XPServerModeView Members

DevExpress.Xpo Namespace