Class
VisibleRangeSettings

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

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

Inheritance: objectPropertyChangedBaseVisibleRangeSettings

Implements: INotifyPropertyChanged

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

Constructors

VisibleRangeSettings()

Declaration

cs-api-definition
public VisibleRangeSettings()

Properties

TimeLineRangesGenerator

Gets or sets TimeLineFilteringBehavior and notifies for changes.

Declaration

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

Property Value

IRangeGenerator

VisibleRange

Gets or sets VisibleRange and notifies for changes.

Declaration

cs-api-definition
public IDateRange VisibleRange { get; set; }

Property Value

IDateRange