ClassVisibleRange
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
VisibleRange()
Initializes a new instance of the VisibleRange class.
Declaration
public VisibleRange()
VisibleRange(DateTime, DateTime)
Initializes a new instance of the VisibleRange class.
Fields
EndProperty
Identifies the VisibleRangeEnd dependency property.
Declaration
public static readonly DependencyProperty EndProperty
Field Value
DependencyProperty
StartProperty
Identifies the VisibleRangeStart dependency property.
Declaration
public static readonly DependencyProperty StartProperty
Field Value
DependencyProperty
Properties
End
Gets or sets the End of the range. This is a dependency property.
Methods
CreateInstanceOverride()
When implemented in a derived class, creates a new instance of the derived class.
Declaration
protected override PlatformIndependentFreezable CreateInstanceOverride()
Returns
The new instance.
Overrides
OnPropertyChanged(string)
Raises the PropertyChanged event. This method is called when a property of this control is changed.
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
propertyName
The name of the property that was changed.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements