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

SchedulerControl.GetAppointments(DateTimeRange, Boolean) Method

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public IEnumerable<AppointmentItem> GetAppointments(
    DateTimeRange interval,
    bool visibleResourcesOnly = true
)

Parameters

Name Type
interval DateTimeRange

Optional Parameters

Name Type Default
visibleResourcesOnly Boolean True

Returns

Type
IEnumerable<AppointmentItem>
See Also