SchedulerAgendaView
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class SchedulerAgendaView : SchedulerView, INotifyPropertyChanged
Inheritance: objectSchedulerViewSchedulerAgendaView
Implements:
Inherited Members
Constructors
public SchedulerAgendaView()
Properties
Gets or sets the number of days displayed in the view.
public int DayCount { get; set; }
An integer that specifies the number of days whose appointments are listed in the view.
public virtual bool GroupByDate { get; set; }
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 view.
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 next view.
public override SchedulerView GetNextView(NavigationStepTypes navigationStepType, int navigationStep)
Overrides:
Gets the previous view.
public override SchedulerView GetPreviousView(int offset)
The offset.
Returns:Overrides:
Gets the previous view.
public override SchedulerView GetPreviousView(NavigationStepTypes navigationStepType, int navigationStep)
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: