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