A newer version of this page is available.
Switch to the current version.
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.v19.1.Core.dll
Declaration
public AppointmentBaseCollection FindAll(
Predicate<Appointment> match
)
Public Function FindAll(
match As Predicate(Of Appointment)
) As AppointmentBaseCollection
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
Feedback