Class SlotGenerationData
A class providing information about the slot generation.
Inheritance
System.Object
SlotGenerationData
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class SlotGenerationData : Object
Properties
ServiceProvider
Gets the service provider.
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
IServiceProvider
|