menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScheduleHorizontalAppointmentViewControl - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScheduleHorizontalAppointmentViewControl

    Represents a timeline view appointment.

    Inheritance
    System.Object
    ScheduleHorizontalAppointmentViewControl
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class ScheduleHorizontalAppointmentViewControl : Control, IDisposable

    Constructors

    ScheduleHorizontalAppointmentViewControl()

    Initializes a new instance of the ScheduleHorizontalAppointmentViewControl class.

    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
    Type
    System.Double

    CustomTemplateDataContext

    Declaration
    public object CustomTemplateDataContext { get; set; }
    Property Value
    Type
    System.Object

    DragDropEndTime

    Declaration
    public string DragDropEndTime { get; set; }
    Property Value
    Type
    System.String

    DragDropStartTime

    Declaration
    public string DragDropStartTime { get; set; }
    Property Value
    Type
    System.String

    DragRectangleVisibility

    Declaration
    public Visibility DragRectangleVisibility { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Visibility

    Methods

    Dispose()

    Method to release allocated resources of ScheduleHorizontalAppointmentViewControl.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    OnApplyTemplate()

    Declaration
    protected override void OnApplyTemplate()

    OnDoubleTapped(DoubleTappedRoutedEventArgs)

    Declaration
    protected override void OnDoubleTapped(DoubleTappedRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs e

    OnHolding(HoldingRoutedEventArgs)

    Declaration
    protected override void OnHolding(HoldingRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.HoldingRoutedEventArgs e

    OnPointerMoved(PointerRoutedEventArgs)

    Declaration
    protected override void OnPointerMoved(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    OnPointerPressed(PointerRoutedEventArgs)

    Declaration
    protected override void OnPointerPressed(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    OnPointerReleased(PointerRoutedEventArgs)

    Declaration
    protected override void OnPointerReleased(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved