Calendar for WinForms | ComponentOne
C1.CalendarView Namespace / SelectionType Enumeration

In This Topic
    SelectionType Enumeration
    In This Topic
    Selection type of value.
    Syntax
    'Declaration
     
    
    Public Enum SelectionType 
       Inherits System.Enum
    public enum SelectionType : System.Enum 
    Members
    MemberDescription
    FieldField appearance. Like TextBox.
    ListDrop down list.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.CalendarView.SelectionType

    See Also