SchedulerStorageBase.GetNonFilteredAppointments(TimeInterval, Object) Method
Retrieves the collection of appointments that fall within the specified time interval bypassing filter settings. For internal use.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
public virtual AppointmentBaseCollection GetNonFilteredAppointments(
TimeInterval interval,
object callerObject
)
Parameters
| Name | Type | Description |
|---|---|---|
| interval | TimeInterval | A TimeInterval object which is the required time interval. |
| callerObject | Object | An object that holds the appointment cache. |
Returns
| Type | Description |
|---|---|
| AppointmentBaseCollection | An AppointmentBaseCollection collection of appointments which belong to the specified time interval. |
See Also