AppointmentStorage.FilterCriteria Property
Gets or sets the criteria to filter appointments in the storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
[Browsable(false)]
public override CriteriaOperator FilterCriteria { get; set; }
#Property Value
Type | Description |
---|---|
Criteria |
A Criteria |
#Remarks
Important
This API is intended to be used with the legacy Scheduler
- Scheduler
Data replaces SchedulerStorage Storage - Appointment
Data replaces AppointmentStorage Storage - Resource
Data replaces ResourceStorage Storage - Appointment
Dependency replaces AppointmentData Storage Dependency Storage
You can also use the AppointmentStorage.Filter property which gets or sets the string equivalent of the CriteriaOperator specified by the FilterCriteria property.
Tip
Use the Scheduler