Class ScheduleAppointmentEditor
Represents the Schedule Appointment Editor.
Inheritance
System.Object
ScheduleAppointmentEditor
Implements
System.IDisposable
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleAppointmentEditor : Control, IDisposable
Constructors
ScheduleAppointmentEditor()
Declaration
public ScheduleAppointmentEditor()
Fields
AppointmentEditorBackgroundProperty
Declaration
public static readonly DependencyProperty AppointmentEditorBackgroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
AppointmentEditorForegroundProperty
Declaration
public static readonly DependencyProperty AppointmentEditorForegroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty DateTimeFormatProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
AppointmentEditorBackground
Declaration
public Brush AppointmentEditorBackground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
AppointmentEditorForeground
Declaration
public Brush AppointmentEditorForeground { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
Declaration
public string DateTimeFormat { get; set; }
Property Value
Item[String]
Declaration
public object this[string key] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
key |
|
Property Value
Methods
Dispose()
Method to release allocated resources of ScheduleAppointmentEditor.
Declaration
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
FindVisualChildren<T>(DependencyObject)
Declaration
public static IEnumerable<T> FindVisualChildren<T>(DependencyObject Obj)
where T : DependencyObject
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.DependencyObject |
Obj |
|
Returns
Type |
System.Collections.Generic.IEnumerable<T> |
Type Parameters
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Implements
System.IDisposable
Extension Methods