Skip to main content

SchedulerControl.RemoveService(Type) Method

Removes the service of the specified type from the service container.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public void RemoveService(
    Type serviceType
)

#Parameters

Name Type Description
serviceType 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.

See Also