Class
SpecialSlotsSettings

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public class SpecialSlotsSettings : PropertyChangedBase, INotifyPropertyChanged

Inheritance: objectPropertyChangedBaseSpecialSlotsSettings

Implements: INotifyPropertyChanged

Inherited Members PropertyChangedBase.OnPropertyChanged(PropertyChangedEventArgs)PropertyChangedBase.OnPropertyChanged(string)PropertyChangedBase.OnPropertyChanged<T>(Expression<Func<T>>)PropertyChangedBase.PropertyChanged

Constructors

SpecialSlotsSettings(TimeLineSettings)

Declaration

cs-api-definition
public SpecialSlotsSettings(TimeLineSettings timeLineSettings)

Parameters

timeLineSettings

TimeLineSettings

Properties

SlotGenerator

Gets or sets SlotGenerator and notifies for changes.

Declaration

cs-api-definition
public IRangeGenerator SlotGenerator { get; set; }

Property Value

IRangeGenerator

SpecialSlots

Declaration

cs-api-definition
public IList<IDateRange> SpecialSlots { get; }

Property Value

IList<IDateRange>