Back to Devexpress

AppointmentStorageBase.FilterCriteria Property

corelibraries-devexpress-dot-xtrascheduler-dot-appointmentstoragebase-cacaade4.md

latest2.1 KB
Original Source

AppointmentStorageBase.FilterCriteria Property

Gets or sets the criteria to filter appointments in the storage.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

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

Property Value

TypeDescription
CriteriaOperator

A CriteriaOperator object which is the filter criteria.

|

Remarks

You can also use the AppointmentStorageBase.Filter property which gets or sets the string equivalent of the CriteriaOperator specified by the FilterCriteria property.

Tip

Use the SchedulerStorageBase.FilterAppointment and SchedulerStorageBase.FilterResource events to hide specific objects.

See Also

Criteria Language Syntax

Criteria Operators

AppointmentStorageBase Class

AppointmentStorageBase Members

DevExpress.XtraScheduler Namespace