Skip to main content

IPersistentObjectStorage<T>.Filter Property

Gets or sets a string used to filter storage objects.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.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.

See Also