AppointmentBaseCollection.FindAll(Predicate<Appointment>) Method
Finds all elements with a predicate match and returns them in a list collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| match | Predicate<Appointment> | A predicate method delegate, which returns true if there’s a match and the element is found. |
Returns
| Type | Description |
|---|---|
| AppointmentBaseCollection | An AppointmentBaseCollection object containing items that meet the criteria. |
See Also