SchedulerDayView
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class SchedulerDayView : SchedulerDayViewBase, INotifyPropertyChanged, IDisposable
Inheritance: objectSchedulerViewSchedulerDayViewBaseSchedulerDayView
Implements:
Inherited Members
Constructors
Initializes a new instance of the SchedulerDayView class.
C#
public SchedulerDayView()
Initializes a new instance of the SchedulerDayView class.
Initializes a new instance of the SchedulerDayView class.
Properties
Gets or sets the day count.
C#
public override int DayCount { get; set; }
The day count.
Overrides:
Gets the type of the view.
C#
public override SchedulerViewType ViewType { get; }
The type of the view.
Overrides: