Back to Devexpress

SchedulerControl.AddService Method

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-dot-addservice.md

latest1.1 KB
Original Source

SchedulerControl.AddService Method

NameParametersDescription
AddService(Type, ServiceCreatorCallback, Boolean)serviceType, callback, promoteAdds the specified service to the service container.
AddService(Type, ServiceCreatorCallback)serviceType, callbackAdds the specified service to the service container.
AddService(Type, Object, Boolean)serviceType, serviceInstance, promoteAdds the specified service to the service container.
AddService(Type, Object)serviceType, serviceInstanceAdds the specified service to the service container.