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