SchedulerControl.RemoveService(Type, Boolean) Method
Removes the service of the specified type from the service container.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduler
Declaration
Parameters
Name | Type | Description |
---|---|---|
serviceType | Type | The type of service to remove. |
promote | Boolean | true to promote this request to any parent service containers; otherwise, false. |
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.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.
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.