SchedulerStorage.SetAppointmentDependencyFactory(IAppointmentDependencyFactory) Method
In This Article
Reserved for future use.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
public void SetAppointmentDependencyFactory(
IAppointmentDependencyFactory appointmentDependencyFactory
)
#Parameters
Name | Type | Description |
---|---|---|
appointment |
DevExpress. |
An object that implements the IAppointment |
See Also