ClassSchedulerAgendaView
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class SchedulerAgendaView : SchedulerView, INotifyPropertyChanged
Inheritance: objectSchedulerViewSchedulerAgendaView
Implements:
Inherited Members
Constructors
SchedulerAgendaView()
Declaration
public SchedulerAgendaView()
Properties
DayCount
Gets or sets the number of days displayed in the view.
Declaration
public int DayCount { get; set; }
Property Value
An integer that specifies the number of days whose appointments are listed in the view.
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 view.
Overrides
CreateViewWithStartDate(DateTime)
Creates the view with start date.
Declaration
protected override SchedulerView CreateViewWithStartDate(DateTime startDate)
Parameters
startDate
The start date.
Returns
Overrides
GetEndDate(DateTime)
Gets the end date for that SchedulerView given a start date.
GetNextView(NavigationStepTypes, int)
Gets the next view.
Declaration
public override SchedulerView GetNextView(NavigationStepTypes navigationStepType, int navigationStep)
Parameters
navigationStepType
navigationStep
Returns
Overrides
GetNextView(int)
Gets the next view.
Declaration
public override SchedulerView GetNextView(int offset)
Parameters
offset
The offset.
Returns
Overrides
GetPreviousView(NavigationStepTypes, int)
Gets the previous view.
Declaration
public override SchedulerView GetPreviousView(NavigationStepTypes navigationStepType, int navigationStep)
Parameters
navigationStepType
navigationStep
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