ComponentOne Scheduler for WPF and Silverlight
AppointmentFilterEnum Enumeration

C1.WPF.Schedule Namespace : AppointmentFilterEnum Enumeration
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.WPF.Schedule.AppointmentFilterEnum

See Also

Reference

C1.WPF.Schedule Namespace