Class SchedulerWeekView
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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.
|
System.
|
Properties
DayCount
Gets or sets the day count.
Declaration
public override int DayCount { get; set; }
Property Value
System. 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.
|
Implements
ViewType
Gets the type of the view.
Declaration
public override SchedulerViewType ViewType { get; }
Property Value
Scheduler The type of the view. |
Overrides
Methods
CalculateCorrectStartDate(DateTime)
Declaration
protected virtual DateTime CalculateCorrectStartDate(DateTime date)
Parameters
System.
|
Returns
System.
|
CopyPropertiesToView(SchedulerView)
Declaration
protected override void CopyPropertiesToView(SchedulerView other)
Parameters
Scheduler
|
Overrides
CreateViewWithStartDate(DateTime)
Declaration
protected override SchedulerView CreateViewWithStartDate(DateTime startDate)
Parameters
System.
|
Returns
Overrides
GetNextView(Int32)
Declaration
public override SchedulerView GetNextView(int offset)
Parameters
System.
|
Returns
Overrides
GetPreviousView(Int32)
Declaration
public override SchedulerView GetPreviousView(int offset)
Parameters
System.
|
Returns
Overrides
GetViewContainingDate(DateTime)
Declaration
public override SchedulerView GetViewContainingDate(DateTime date)
Parameters
System.
|
Returns
Overrides
SetStartDate(DateTime)
Declaration
protected override bool SetStartDate(DateTime value)
Parameters
System.
|
Returns
System.
|
Overrides
UpdateOnPropertyChange(String)
Declaration
protected override void UpdateOnPropertyChange(string propertyName)
Parameters
System.
|