Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / AppointmentFilterEnum Enumeration

In This Topic
    AppointmentFilterEnum Enumeration
    In This Topic
    Determines the type of appointments drawn by the AppointmentsCoverPane pane.
    Syntax
    'Declaration
     
    
    Public Enum AppointmentFilterEnum 
       Inherits System.Enum
    public enum AppointmentFilterEnum : System.Enum 
    Members
    MemberDescription
    AllAll appointments.
    AppointmentAppointments with duration less than 1 day.
    EventAll-day and multi-day events.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.Schedule.AppointmentFilterEnum

    See Also