menu

UWP

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

    Show / Hide Table of Contents

    Class ExpandingItemControl

    Specifies expanding items control in week view for showing appointment details when in line-view tapped.

    Inheritance
    System.Object
    ExpandingItemControl
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class ExpandingItemControl : ItemsControl

    Constructors

    ExpandingItemControl()

    Initializes a new instance of the ExpandingItemControl class.

    Declaration
    public ExpandingItemControl()

    Fields

    AppointmentCollectionProperty

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

    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

    Properties

    AppointmentCollection

    Declaration
    public ObservableCollection<ScheduleAppointment> AppointmentCollection { get; set; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<ScheduleAppointment>

    AppointmentTemplate

    Gets or sets the template for customizing month view appointment.

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

    Methods

    GetContainerForItemOverride()

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

    Extension Methods

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