Class SchedulerWeekView
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class SchedulerWeekView : SchedulerDayViewBase, INotifyPropertyChanged, IDisposable, ISupportShowWeekend
Constructors
SchedulerWeekView()
SchedulerWeekView(DateTime, Boolean)
Declaration
public SchedulerWeekView(DateTime startDate, bool showWeekend)
Parameters
System.DateTime
startDate
|
System.Boolean
showWeekend
|
Properties
DayCount
Gets or sets the day count.
Declaration
public override int DayCount { get; set; }
Property Value
System.Int32
The day count. |
Overrides
ShowWeekend
Gets or sets a value indicating whether weekend days are shown.
Declaration
public virtual bool ShowWeekend { get; set; }
Property Value
System.Boolean
|
Implements
ViewType
Gets the type of the view.
Declaration
public override SchedulerViewType ViewType { get; }
Property Value
SchedulerViewType
The type of the view. |
Overrides
Methods
CalculateCorrectStartDate(DateTime)
Declaration
protected virtual DateTime CalculateCorrectStartDate(DateTime date)
Parameters
System.DateTime
date
|
Returns
System.DateTime
|
CopyPropertiesToView(SchedulerView)
Declaration
protected override void CopyPropertiesToView(SchedulerView other)
Parameters
SchedulerView
other
|
Overrides
CreateViewWithStartDate(DateTime)
Declaration
protected override SchedulerView CreateViewWithStartDate(DateTime startDate)
Parameters
System.DateTime
startDate
|
Returns
SchedulerView
|
Overrides
GetNextView(Int32)
Declaration
public override SchedulerView GetNextView(int offset)
Parameters
System.Int32
offset
|
Returns
SchedulerView
|
Overrides
GetPreviousView(Int32)
Declaration
public override SchedulerView GetPreviousView(int offset)
Parameters
System.Int32
offset
|
Returns
SchedulerView
|
Overrides
GetViewContainingDate(DateTime)
Declaration
public override SchedulerView GetViewContainingDate(DateTime date)
Parameters
System.DateTime
date
|
Returns
SchedulerView
|
Overrides
SetStartDate(DateTime)
Declaration
protected override bool SetStartDate(DateTime value)
Parameters
System.DateTime
value
|
Returns
System.Boolean
|
Overrides
UpdateOnPropertyChange(String)
Declaration
protected override void UpdateOnPropertyChange(string propertyName)
Parameters
System.String
propertyName
|