Class
VisibleRange

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public class VisibleRange : PlatformIndependentFreezable, INotifyPropertyChanged, IDateRange

Inheritance: objectPlatformIndependentFreezableVisibleRange

Implements: IDateRangeINotifyPropertyChanged

Inherited Members PlatformIndependentFreezable.CreateInstanceCore()

Constructors

VisibleRange()

Initializes a new instance of the VisibleRange class.

Declaration

cs-api-definition
public VisibleRange()

VisibleRange(DateTime, DateTime)

Initializes a new instance of the VisibleRange class.

Declaration

cs-api-definition
public VisibleRange(DateTime start, DateTime end)

Parameters

start

DateTime

The start.

end

DateTime

The end.

Fields

EndProperty

Identifies the VisibleRangeEnd dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty EndProperty

Field Value

DependencyProperty

StartProperty

Identifies the VisibleRangeStart dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StartProperty

Field Value

DependencyProperty

Properties

End

Gets or sets the End of the range. This is a dependency property.

Declaration

cs-api-definition
public DateTime End { get; set; }

Property Value

DateTime

Implements IDateRange.End

Start

Gets or sets the Start of the range. This is a dependency property.

Declaration

cs-api-definition
public DateTime Start { get; set; }

Property Value

DateTime

Implements IDateRange.Start

Methods

CreateInstanceOverride()

When implemented in a derived class, creates a new instance of the derived class.

Declaration

cs-api-definition
protected override PlatformIndependentFreezable CreateInstanceOverride()

Returns

PlatformIndependentFreezable

The new instance.

Overrides PlatformIndependentFreezable.CreateInstanceOverride()

OnPropertyChanged(string)

Raises the PropertyChanged event. This method is called when a property of this control is changed.

Declaration

cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

The name of the property that was changed.

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged