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.Int32
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.Boolean
|
ViewType
Gets the type of the view.
Declaration
public override SchedulerViewType ViewType { get; }
Property Value
SchedulerViewType
The type of the view. |
Overrides
Methods
CopyPropertiesToView(SchedulerView)
Copies the properties to view.
Declaration
protected override void CopyPropertiesToView(SchedulerView other)
Parameters
SchedulerView
other
The other view. |
Overrides
CreateViewWithStartDate(DateTime)
Creates the view with start date.
Declaration
protected override SchedulerView CreateViewWithStartDate(DateTime startDate)
Parameters
System.DateTime
startDate
The start date. |
Returns
SchedulerView
|
Overrides
GetAppointments(DateTime, DateTime)
Declaration
protected List<IEvent> GetAppointments(DateTime startDate, DateTime endDate)
Parameters
System.DateTime
startDate
|
System.DateTime
endDate
|
Returns
System.Collections.Generic.List<IEvent>
|
GetEndDate(DateTime)
Gets the end date for that SchedulerView given a start date.
Declaration
protected override DateTime GetEndDate(DateTime startDate)
Parameters
System.DateTime
startDate
The start date. |
Returns
System.DateTime
|
Overrides
GetNextView(Int32)
Declaration
public override SchedulerView GetNextView(int offset)
Parameters
System.Int32
offset
|
Returns
SchedulerView
|
Overrides
GetNextView(NavigationStepTypes, Int32)
GetPreviousView(Int32)
Gets the previous view.
Declaration
public override SchedulerView GetPreviousView(int offset)
Parameters
System.Int32
offset
The offset. |
Returns
SchedulerView
|
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
date
DateTime object that is used to create the Scheduler View. |
Returns
SchedulerView
The created Scheduler View object. |