SchedulerControl.RemoveService(Type) Method
Removes the service of the specified type from the service container.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduler
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
service |
Type | The type of service to remove. |
#Remarks
Important
You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.
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.