menu

UWP

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

    Show / Hide Table of Contents

    Class ExpandingControl

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

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

    Constructors

    ExpandingControl()

    Initializes a new instance of the ExpandingControl class.

    Declaration
    public ExpandingControl()

    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

    DateProperty

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

    VisibleAppointmentsProperty

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

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

    Properties

    AppointmentCollection

    Gets or sets the appointment for schedule appointment.

    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

    Date

    Declaration
    public DateTime Date { get; set; }
    Property Value
    Type
    System.DateTime

    VisibleAppointments

    Gets or sets the collection of appointments that are visible in month view.

    Declaration
    public ScheduleAppointmentCollection VisibleAppointments { get; set; }
    Property Value
    Type
    ScheduleAppointmentCollection

    Methods

    OnApplyTemplate()

    Declaration
    protected override void OnApplyTemplate()

    Extension Methods

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