Class AppointmentItem
Inheritance
System.Object
AppointmentItem
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class AppointmentItem : Control, IAutomationPeer, IPeerConverter, IAppointmentItem, IControl, IFrameworkElement, ITargetElement
Constructors
AppointmentItem()
Declaration
public AppointmentItem()
Properties
BackgroundBorder
Declaration
public FrameworkElement BackgroundBorder { get; }
Property Value
FrameworkElement
|
Implements
CategoryColor
DeleteButton
EndResizeGrip
Declaration
public FrameworkElement EndResizeGrip { get; }
Property Value
FrameworkElement
|
Implements
IsAllDay
Declaration
public bool IsAllDay { get; }
Property Value
System.Boolean
|
Implements
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Implements
StartResizeGrip
Declaration
public FrameworkElement StartResizeGrip { get; }
Property Value
FrameworkElement
|
Implements
Subject
Declaration
public string Subject { get; }
Property Value
System.String
|