ClassSchedulerDayPresenter
Class
The Scheduler DayView presenter.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Scheduler
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class SchedulerDayPresenter : SchedulerPresenter, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlSchedulerPresenterSchedulerDayPresenter
Implements:
Inherited Members
Constructors
SchedulerDayPresenter()
Initializes a new instance of the SchedulerDayPresenter class.
Declaration
cs-api-definition
public SchedulerDayPresenter()
Properties
AllDayAppointmentsControl
Get the 'all day' appointments control.
Declaration
cs-api-definition
public AppointmentsControl AllDayAppointmentsControl { get; }
Property Value
NotAllDayAppointmentsControl
Get the 'not all day' appointments control.
Declaration
cs-api-definition
public AppointmentsControl NotAllDayAppointmentsControl { get; }
Property Value