menu

UWP

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

    Show / Hide Table of Contents

    Class AllDayAppointmentItemscontrol

    Represents an items control for arranging all day appointment collection.

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

    Constructors

    AllDayAppointmentItemscontrol()

    Initializes a new instance of the AllDayAppointmentItemscontrol class.

    Declaration
    public AllDayAppointmentItemscontrol()

    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

    DayViewVerticalLineStrokeProperty

    Using a DependencyProperty as the backing store for DayViewVerticalLineStroke. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty DayViewVerticalLineStrokeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    AppointmentTemplate

    Gets or sets the template for schedule appointment.

    Declaration
    public DataTemplate AppointmentTemplate { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.DataTemplate

    DayViewVerticalLineStroke

    Declaration
    public Brush DayViewVerticalLineStroke { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    Methods

    Dispose()

    Method to release allocated resources of Schedule.

    Declaration
    public void Dispose()

    Dispose(Boolean)

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

    GetContainerForItemOverride()

    Declaration
    protected override DependencyObject GetContainerForItemOverride()
    Returns
    Type
    Windows.UI.Xaml.DependencyObject

    IsItemItsOwnContainerOverride(Object)

    Declaration
    protected override bool IsItemItsOwnContainerOverride(object item)
    Parameters
    Type Name Description
    System.Object item
    Returns
    Type
    System.Boolean

    OnApplyTemplate()

    Declaration
    protected override void OnApplyTemplate()

    OnHolding(HoldingRoutedEventArgs)

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

    PrepareContainerForItemOverride(DependencyObject, Object)

    Declaration
    protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
    Parameters
    Type Name Description
    Windows.UI.Xaml.DependencyObject element
    System.Object item

    Implements

    System.IDisposable

    Extension Methods

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