Class SpecialSlotsSettings
Inherited Members
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class SpecialSlotsSettings : PropertyChangedBase, INotifyPropertyChanged
Constructors
SpecialSlotsSettings(TimeLineSettings)
Declaration
public SpecialSlotsSettings(TimeLineSettings timeLineSettings)
Parameters
TimeLineSettings
timeLineSettings
|
Properties
SlotGenerator
Gets or sets SlotGenerator and notifies for changes.
Declaration
public IRangeGenerator SlotGenerator { get; set; }
Property Value
IRangeGenerator
|
SpecialSlots
Declaration
public IList<IDateRange> SpecialSlots { get; }
Property Value
System.Collections.Generic.IList<IDateRange>
|