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 SchedulerDayView class.
Declaration
public SchedulerDayView(DateTime startDate, DateTime endDate)
Parameters
System.DateTime
startDate
The start date. |
System.DateTime
endDate
The end date. |
SchedulerDayView(DateTime, Int32)
Initializes a new instance of the SchedulerDayView class.
Declaration
public SchedulerDayView(DateTime startDate, int dayCount)
Parameters
System.DateTime
startDate
The start date. |
System.Int32
dayCount
The day count. |
Properties
DayCount
Gets or sets the day count.
Declaration
public override int DayCount { get; set; }
Property Value
System.Int32
The day count. |
Overrides
ViewType
Gets the type of the view.
Declaration
public override SchedulerViewType ViewType { get; }
Property Value
SchedulerViewType
The type of the view. |