Class ScheduleHorizontalAppointmentViewControl
Represents a timeline view appointment.
Inheritance
System.Object
ScheduleHorizontalAppointmentViewControl
Implements
System.IDisposable
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleHorizontalAppointmentViewControl : Control, IDisposable
Constructors
ScheduleHorizontalAppointmentViewControl()
Declaration
public ScheduleHorizontalAppointmentViewControl()
Fields
AppointmentTemplateProperty
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
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
Declaration
public DataTemplate AppointmentTemplate { get; set; }
Property Value
Type |
Windows.UI.Xaml.DataTemplate |
AppWidth
Declaration
public double AppWidth { get; set; }
Property Value
CustomTemplateDataContext
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 ScheduleHorizontalAppointmentViewControl.
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