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

SchedulerListEditorBase.GetAppointment(IEvent, IObjectSpace) Method

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v19.1.dll

Declaration

public Appointment GetAppointment(
    IEvent schedulerEvent,
    IObjectSpace objectSpace
)

Parameters

Name Type
schedulerEvent DevExpress.Persistent.Base.General.IEvent
objectSpace IObjectSpace

Returns

Type
Appointment
See Also