VisibleRange
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
public class VisibleRange : PlatformIndependentFreezable, INotifyPropertyChanged, IDateRange
Inheritance: objectPlatformIndependentFreezableVisibleRange
Implements:
Inherited Members
Constructors
Initializes a new instance of the VisibleRange class.
public VisibleRange()
Initializes a new instance of the VisibleRange class.
Fields
EndProperty
DependencyProperty
Identifies the VisibleRangeEnd dependency property.
public static readonly DependencyProperty EndProperty
StartProperty
DependencyProperty
Identifies the VisibleRangeStart dependency property.
public static readonly DependencyProperty StartProperty
Properties
Gets or sets the End of the range. This is a dependency property.
public DateTime End { get; set; }
Implements:
Methods
When implemented in a derived class, creates a new instance of the derived class.
protected override PlatformIndependentFreezable CreateInstanceOverride()
The new instance.
Overrides:
Raises the PropertyChanged event. This method is called when a property of this control is changed.
protected virtual void OnPropertyChanged(string propertyName)
The name of the property that was changed.
Events
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged
Implements: