Back to Devexpress

PersistentObjectStorage<T>.FilterCriteria Property

corelibraries-devexpress-dot-xtrascheduler-dot-persistentobjectstorage-1-9cda67f0.md

latest1.7 KB
Original Source

PersistentObjectStorage<T>.FilterCriteria Property

Gets or sets the criteria to filter persistent objects in the storage.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[Browsable(false)]
public virtual CriteriaOperator FilterCriteria { get; set; }
vb
<Browsable(False)>
Public Overridable Property FilterCriteria As CriteriaOperator

Property Value

TypeDescription
CriteriaOperator

A CriteriaOperator object which is the filter criteria.

|

Remarks

You can also use the IPersistentObjectStorage<T>.Filter property which gets or sets the string equivalent of the CriteriaOperator specified by the FilterCriteria property.

See Also

PersistentObjectStorage<T> Class

PersistentObjectStorage<T> Members

DevExpress.XtraScheduler Namespace