Skip to main content
A newer version of this page is available. .

SchedulerControl.GetAppointments(DateTimeRange, Object) Method

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public IEnumerable<AppointmentItem> GetAppointments(
    DateTimeRange interval,
    object resourceId
)

Parameters

Name Type
interval DateTimeRange
resourceId Object

Returns

Type
IEnumerable<AppointmentItem>
See Also