Class SchedulerDayView
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class SchedulerDayView : SchedulerDayViewBase, INotifyPropertyChanged, IDisposable
Constructors
SchedulerDayView()
SchedulerDayView(DateTime, DateTime)
Initializes a new instance of the Scheduler
Declaration
public SchedulerDayView(DateTime startDate, DateTime endDate)
Parameters
System. The start date. |
System. The end date. |
SchedulerDayView(DateTime, Int32)
Initializes a new instance of the Scheduler
Declaration
public SchedulerDayView(DateTime startDate, int dayCount)
Parameters
System. The start date. |
System. The day count. |
Properties
DayCount
Gets or sets the day count.
Declaration
public override int DayCount { get; set; }
Property Value
System. The day count. |
Overrides
ViewType
Gets the type of the view.
Declaration
public override SchedulerViewType ViewType { get; }
Property Value
Scheduler The type of the view. |