ClassAppointmentItemDialog
Represents the Scheduler appointment item dialog window wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Scheduler
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class AppointmentItemDialog : RadWindow, IAutomationPeer, IPeerConverter, IRadWindow, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadWindowAppointmentItemDialog
Implements:
Inherited Members
Constructors
AppointmentItemDialog()
Declaration
public AppointmentItemDialog()
Properties
Description
Get the appointment description.
EndDatePicker
Get the end time RadDatePicker control.
Declaration
public RadDatePicker EndDatePicker { get; }
Property Value
EndTimeComboBox
Get the end time RadComboBox control.
Declaration
public RadComboBox EndTimeComboBox { get; }
Property Value
IsAllDayEvent
Get whether the all day event check box is checked.
StartDatePicker
Get the start date RadDatePicker control.
Declaration
public RadDatePicker StartDatePicker { get; }
Property Value
StartTimeComboBox
Get the start time RadComboBox control.
Declaration
public RadComboBox StartTimeComboBox { get; }
Property Value
Methods
AllDayEventCheck()
Click the 'AllDayEvent' check box.
Declaration
public void AllDayEventCheck()
TypeDescription(string)
Simulates user typing new description.
Declaration
public void TypeDescription(string description)
Parameters
description
The description to be set.
TypeSubject(string)
Simulates user typing a new subject value.
Declaration
public void TypeSubject(string subject)
Parameters
subject
The new subject to set.