menu

UWP

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

    Show / Hide Table of Contents

    Class AppointmentProperties

    Represents the AppointmentProperties which contains appointments and day info.

    Inheritance
    System.Object
    AppointmentProperties
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public class AppointmentProperties : Object

    Constructors

    AppointmentProperties()

    Declaration
    public AppointmentProperties()

    Properties

    Appointments

    Gets or sets the appointment collection.

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

    Day

    Gets or sets the day of cell

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

    Extension Methods

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