ComponentOne Scheduler for WinForms
SelectionType Enumeration

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace : SelectionType Enumeration
Determines the type of UI element which is currently selected in the C1Schedule control UI.
Syntax
'Declaration
 
Public Enum SelectionType 
   Inherits System.Enum
public enum SelectionType : System.Enum 
Members
MemberDescription
AppointmentAppointment element.
DayTitleDay title.
GroupHeaderThe group header.
NoneThe selection area belongs to the C1Schedule control, but doesn't belong to any active area described by the other SelectionType members.
TimeIntervalEither day element or time slot element.
TimeRulerTime ruler element.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Schedule.SelectionType

See Also

Reference

C1.Win.C1Schedule Namespace