Class ScheduleDaysAppointmentViewControl
Represents a day view appointment.
Inheritance
System.Object
ScheduleDaysAppointmentViewControl
Implements
System.IDisposable
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleDaysAppointmentViewControl : Control, IDisposable
Constructors
ScheduleDaysAppointmentViewControl()
Declaration
public ScheduleDaysAppointmentViewControl()
Fields
AppointmentTemplateProperty
Using a DependencyProperty as the backing store for AppointmentTemplate. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty AppointmentTemplateProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
AppWidthProperty
Declaration
public static readonly DependencyProperty AppWidthProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
CustomTemplateDataContextProperty
Using a DependencyProperty as the backing store for CustomTemplateDataContext. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty CustomTemplateDataContextProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
DragDropEndTimeProperty
Declaration
public static readonly DependencyProperty DragDropEndTimeProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
DragDropStartTimeProperty
Declaration
public static readonly DependencyProperty DragDropStartTimeProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
DragRectangleVisibilityProperty
Declaration
public static readonly DependencyProperty DragRectangleVisibilityProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
AppointmentTemplate
Gets or sets the template for customizing appointment in day view.
Declaration
public DataTemplate AppointmentTemplate { get; set; }
Property Value
Type |
Windows.UI.Xaml.DataTemplate |
AppWidth
Declaration
public double AppWidth { get; set; }
Property Value
CustomTemplateDataContext
Gets or sets the data context for custom appointment in day view.
Declaration
public object CustomTemplateDataContext { get; set; }
Property Value
DragDropEndTime
Declaration
public string DragDropEndTime { get; set; }
Property Value
DragDropStartTime
Declaration
public string DragDropStartTime { get; set; }
Property Value
DragRectangleVisibility
Declaration
public Visibility DragRectangleVisibility { get; set; }
Property Value
Type |
Windows.UI.Xaml.Visibility |
Methods
Dispose()
Method to release allocated resources of ScheduleDaysAppointmentViewControl.
Declaration
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Declaration
protected override void OnDoubleTapped(DoubleTappedRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs |
e |
|
Declaration
protected override void OnHolding(HoldingRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.HoldingRoutedEventArgs |
e |
|
Declaration
protected override void OnPointerMoved(PointerRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
|
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
|
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.PointerRoutedEventArgs |
e |
|
Implements
System.IDisposable
Extension Methods