Class AppointmentItemDialog
Inheritance
System.Object
AppointmentItemDialog
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.Scheduler
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class AppointmentItemDialog : RadWindow, IAutomationPeer, IPeerConverter, IRadWindow, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
AppointmentItemDialog()
Declaration
public AppointmentItemDialog()
Properties
Description
Declaration
public string Description { get; }
Property Value
System.String
|
EndDatePicker
EndTimeComboBox
IsAllDayEvent
Declaration
public bool IsAllDayEvent { get; }
Property Value
System.Boolean
|
StartDatePicker
StartTimeComboBox
Subject
Declaration
public string Subject { get; }
Property Value
System.String
|
Methods
AllDayEventCheck()
Declaration
public void AllDayEventCheck()
TypeDescription(String)
Declaration
public void TypeDescription(string description)
Parameters
System.String
description
|
TypeSubject(String)
Declaration
public void TypeSubject(string subject)
Parameters
System.String
subject
|