menu

WinUI

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

    Show / Hide Table of Contents

    Class AppointmentType

    Specifies type of appointments which used to differentiate the appointments based on its role.

    Inheritance
    System.Object
    AppointmentType
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.Scheduler.WinUI.dll
    Syntax
    public sealed class AppointmentType : Enum

    Fields

    ChangedOccurrence

    Specifies the appointment is changed occurrence of pattern appointment. This appointment is changed from RecurrenceRule of pattern appointment.

    Declaration
    public const AppointmentType ChangedOccurrence
    Field Value
    Type
    AppointmentType

    Normal

    Specifies a normal appointment.

    Declaration
    public const AppointmentType Normal
    Field Value
    Type
    AppointmentType

    Occurrence

    Specifies the appointment is an occurrence of pattern appointment which was created based on RecurrenceRule of pattern appointment.

    Declaration
    public const AppointmentType Occurrence
    Field Value
    Type
    AppointmentType

    Pattern

    Specifies the pattern or recurring appointment which is the pattern for the other occurrence appointment.

    Declaration
    public const AppointmentType Pattern
    Field Value
    Type
    AppointmentType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved