ClassSchedulerTimeSlot
Represents the SchedulerTimeSlot class.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class SchedulerTimeSlot : HtmlTableCell
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableCellSchedulerTimeSlot
Inherited Members
Constructors
SchedulerTimeSlot()
Initializes a new instance of the SchedulerTimeSlot class.
Declaration
public SchedulerTimeSlot()
SchedulerTimeSlot(Element)
Initializes a new instance of the SchedulerTimeSlot class.
Properties
ClientSideLocator
Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
IsAllDay
Get whether the time slot is all day type.
LocatorExpression
Get the FindParam that defines the pattern for appointment.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
ResourceText
Get the resource text if available or null, otherwise.
Scheduler
Get the parent scheduler.
Methods
AssignElement(Element)
Assign the DOM element to be the TimeSlot control.
Declaration
public override void AssignElement(Element e)
Parameters
e
Overrides
InsertAppointment()
Insert appointment method.
Declaration
public void InsertAppointment()