menu

UWP

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

    Show / Hide Table of Contents

    Class CollapsedScheduleAppointment

    Provides information regarding a schedule appointment which is collapsed in the Schedule view.

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

    Constructors

    CollapsedScheduleAppointment()

    Declaration
    public CollapsedScheduleAppointment()

    Properties

    AllDay

    Declaration
    public bool AllDay { get; set; }
    Property Value
    Type
    System.Boolean

    AppointmentBackground

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

    AppointmentSelectionBrush

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

    CorrespondingDate

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

    EventCount

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

    ReadOnlyVisibility

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

    Status

    Declaration
    public ScheduleAppointmentStatus Status { get; set; }
    Property Value
    Type
    ScheduleAppointmentStatus

    Subject

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

    Extension Methods

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