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

IPersistentObjectStorage<T>.Filter Property

Gets or sets a string used to filter storage objects.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

string Filter { get; set; }

Property Value

Type Description
String

A string containing a logical expression.

Remarks

To construct a string, use common logical operators and syntax. The expression syntax is described in the Criteria Language Syntax topic.

End-users can utilize the features of specialized filter controls (FilterControl for WinForms, FilterControl for WPF, Filter Control for ASP.NET) to create a logical expression.

Tip

A complete sample project is available in the DevExpress Code Examples database at http://www.devexpress.com/example=T548894.

See Also