Class SchedulerAgendaView
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class SchedulerAgendaView : SchedulerView, INotifyPropertyChanged
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
System. An integer that specifies the number of days whose appointments are listed in the view. |
GroupByDate
Declaration
public virtual bool GroupByDate { get; set; }
Property Value
System.
|
ViewType
Gets the type of the view.
Declaration
public override SchedulerViewType ViewType { get; }
Property Value
Scheduler The type of the view. |
Overrides
Methods
AppointmentChanged(IEvent, String)
Declaration
protected override void AppointmentChanged(IEvent appointment, string propertyName)
Parameters
IEvent
appointment
|
System.
|
Overrides
CopyPropertiesToView(SchedulerView)
Copies the properties to view.
Declaration
protected override void CopyPropertiesToView(SchedulerView other)
Parameters
Scheduler The other view. |
Overrides
CreateViewWithStartDate(DateTime)
Creates the view with start date.
Declaration
protected override SchedulerView CreateViewWithStartDate(DateTime startDate)
Parameters
System. The start date. |
Returns
Overrides
GetAppointments(DateTime, DateTime)
Declaration
protected List<IEvent> GetAppointments(DateTime startDate, DateTime endDate)
Parameters
System.
|
System.
|
Returns
System.
|
GetEndDate(DateTime)
Gets the end date for that SchedulerView given a start date.
Declaration
protected override DateTime GetEndDate(DateTime startDate)
Parameters
System. The start date. |
Returns
System.
|
Overrides
GetNextView(Int32)
Declaration
public override SchedulerView GetNextView(int offset)
Parameters
System.
|
Returns
Overrides
GetNextView(NavigationStepTypes, Int32)
GetPreviousView(Int32)
Gets the previous view.
Declaration
public override SchedulerView GetPreviousView(int offset)
Parameters
System. The offset. |
Returns
Overrides
GetPreviousView(NavigationStepTypes, Int32)
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
System. DateTime object that is used to create the Scheduler View. |
Returns
Scheduler The created Scheduler View object. |