Class SchedulerAppointment
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class SchedulerAppointment : HtmlDiv
Constructors
SchedulerAppointment()
Declaration
public SchedulerAppointment()
SchedulerAppointment(Element)
Properties
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
Duration
Declaration
public int Duration { get; }
Property Value
System.Int32
|
End
Declaration
public DateTime End { get; set; }
Property Value
System.DateTime
|
IsAllDay
Declaration
public bool IsAllDay { get; }
Property Value
System.Boolean
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
RecurrenceState
Declaration
public string RecurrenceState { get; }
Property Value
System.String
|
ResourceString
Declaration
public string ResourceString { get; }
Property Value
System.String
|
Start
Declaration
public DateTime Start { get; set; }
Property Value
System.DateTime
|
Subject
Declaration
public string Subject { get; }
Property Value
System.String
|
Tooltip
Declaration
public string Tooltip { get; }
Property Value
System.String
|
Methods
AssignElement(Element)
Delete()
Declaration
public void Delete()
Edit()
Declaration
public void Edit()