SchedulerWeekView
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class SchedulerWeekView : SchedulerDayViewBase, INotifyPropertyChanged, IDisposable, ISupportShowWeekend
Inheritance: objectSchedulerViewSchedulerDayViewBaseSchedulerWeekView
Implements:
Inherited Members
Constructors
Initializes a new instance of the SchedulerWeekView class.
public SchedulerWeekView()
Properties
Gets or sets the day count.
[Browsable(false)]
public override int DayCount { get; set; }
The day count.
Overrides:
Gets or sets a value indicating whether weekend days are shown.
public virtual bool ShowWeekend { get; set; }
true if weekend days are shown; otherwise, false.
Implements:
Gets the type of the view.
public override SchedulerViewType ViewType { get; }
The type of the view.
Overrides:
Methods
Copies the properties to view.
protected override void CopyPropertiesToView(SchedulerView other)
The other.
Overrides:
Creates the view with start date.
protected override SchedulerView CreateViewWithStartDate(DateTime startDate)
The start date.
Returns:Overrides:
Gets the next view.
public override SchedulerView GetNextView(int offset)
The offset.
Returns:Overrides:
Gets the previous view.
public override SchedulerView GetPreviousView(int offset)
The offset.
Returns:Overrides:
Creates a Scheduler View object based on the logic implemented by the Scheduler View instance that implements the method.
public override SchedulerView GetViewContainingDate(DateTime date)
DateTime object that is used to create the Scheduler View.
Returns:The created Scheduler View object.
Overrides:
Called when a property is changed.
protected override void UpdateOnPropertyChange(string propertyName)
Name of the property.
Overrides: