SpecialSlotsSettings
Class
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
C#
public class SpecialSlotsSettings : PropertyChangedBase, INotifyPropertyChanged
Inheritance: objectPropertyChangedBaseSpecialSlotsSettings
Implements:
Inherited Members
Constructors
C#
public SpecialSlotsSettings(TimeLineSettings timeLineSettings)
Properties
Gets or sets SlotGenerator and notifies for changes.
C#
public IRangeGenerator SlotGenerator { get; set; }
C#
public IList<IDateRange> SpecialSlots { get; }