ClassSchedulerAppointment
Class that represents the scheduler appointment object.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class SchedulerAppointment : HtmlDiv
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlDivSchedulerAppointment
Inherited Members
Constructors
SchedulerAppointment()
Initializes a new instance of the SchedulerAppointment class.
Declaration
public SchedulerAppointment()
SchedulerAppointment(Element)
Initializes a new instance of the SchedulerAppointment class.
Declaration
public SchedulerAppointment(Element element)
Parameters
element
Properties
ClientSideLocator
Get the Client side locator - call method.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
Duration
Get the duration of the appointment.
End
Get the end date of the appointment.
IsAllDay
Check whether the appointment is 'all day'.
LocatorExpression
Get the FindParam that defines the pattern for appointment.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
RecurrenceState
Recurrence state of the appointment.
ResourceString
Returns a string containing the appointment resource types.
Start
Get the start date of the appointment.
Subject
Get the subject of this appointment.
Methods
AssignElement(Element)
Assign the DOM element to be the scheduler appointment control.
Declaration
public override void AssignElement(Element e)
Parameters
e
Overrides