SchedulerControl.RemoveService(Type) Method
In This Article
Removes the service of the specified type from the service container.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
service |
Type | The type of service to remove. |
#Remarks
The SchedulerControl implements IServiceProvider and IServiceContainer interfaces. A mechanism for adding services is provided by the SchedulerControl.AddService method. To obtain a service, call the SchedulerControl.GetService method.
#Implements
See Also