WinUI

Upgrade Guide User Guide Demos Support Forums Download
  • 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 Description
    AppointmentType

    Normal

    Specifies a normal appointment.

    Declaration
    public const AppointmentType Normal
    Field Value
    Type Description
    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 Description
    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 Description
    AppointmentType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved