Interface IAppointmentItem
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IAppointmentItem : IControl, IFrameworkElement, ITargetElement
Properties
BackgroundBorder
DeleteButton
EndResizeGrip
IsAllDay
Declaration
bool IsAllDay { get; }
Property Value
System.Boolean
|
IsSelected
Declaration
bool IsSelected { get; }
Property Value
System.Boolean
|
StartResizeGrip
Subject
Declaration
string Subject { get; }
Property Value
System.String
|
Methods
Delete()
Declaration
void Delete()
Select()
Declaration
void Select()