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.v20.2.Core.dll

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

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 https://supportcenter.devexpress.com/ticket/details/t548894/how-to-filter-appointments-and-resources.

See Also