Class AppointmentItemProxy
Inheritance
System.Object
AppointmentItemProxy
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class AppointmentItemProxy : DependencyObject
Constructors
AppointmentItemProxy()
Declaration
public AppointmentItemProxy()
Fields
AppointmentProperty
Declaration
public static readonly DependencyProperty AppointmentProperty
Field Value
Microsoft.
|
BodyProperty
Declaration
public static readonly DependencyProperty BodyProperty
Field Value
Microsoft.
|
CategoryProperty
Declaration
public static readonly DependencyProperty CategoryProperty
Field Value
Microsoft.
|
DisplayTextProperty
Declaration
public static readonly DependencyProperty DisplayTextProperty
Field Value
Microsoft.
|
EndProperty
Declaration
public static readonly DependencyProperty EndProperty
Field Value
Microsoft.
|
GroupResourcesProperty
Declaration
public static readonly DependencyProperty GroupResourcesProperty
Field Value
Microsoft.
|
ImportanceProperty
Declaration
public static readonly DependencyProperty ImportanceProperty
Field Value
Microsoft.
|
IsAllDayEventProperty
Declaration
public static readonly DependencyProperty IsAllDayEventProperty
Field Value
Microsoft.
|
RecurrenceStateProperty
Declaration
public static readonly DependencyProperty RecurrenceStateProperty
Field Value
Microsoft.
|
StartProperty
Declaration
public static readonly DependencyProperty StartProperty
Field Value
Microsoft.
|
SubjectProperty
Declaration
public static readonly DependencyProperty SubjectProperty
Field Value
Microsoft.
|
TimeMarkerProperty
Declaration
public static readonly DependencyProperty TimeMarkerProperty
Field Value
Microsoft.
|
Properties
Appointment
Body
Declaration
public string Body { get; set; }
Property Value
System.
|
Category
DisplayText
Declaration
public string DisplayText { get; set; }
Property Value
System.
|
End
Declaration
public DateTime End { get; set; }
Property Value
System.
|
GroupResources
Declaration
public IEnumerable<IResource> GroupResources { get; set; }
Property Value
System.
|
Importance
IsAllDayEvent
Declaration
public bool IsAllDayEvent { get; set; }
Property Value
System.
|
RecurrenceState
Start
Declaration
public DateTime Start { get; set; }
Property Value
System.
|
Subject
Declaration
public string Subject { get; set; }
Property Value
System.
|
TimeMarker
Methods
ToString()
Declaration
public override string ToString()
Returns
System.
|