Interface IServiceProviderHost
An interface used to retrieve the service provider.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface IServiceProviderHost
Methods
GetServiceProvider()
Gets the service provider.
Declaration
IServiceProvider GetServiceProvider()
Returns
IServiceProvider
|