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

In This Topic
    SelectionRule Enumeration
    In This Topic
    Options for month navigation
    Syntax
    'Declaration
     
    
    Public Enum SelectionRule 
       Inherits System.Enum
    public enum SelectionRule : System.Enum 
    Members
    MemberDescription
    EnumerationFirstDaySelect first days of month while navigating.
    EnumerationLastDaysSelect last days of month while navigating.
    EnumerationNoneKeep selection while navigating.
    EnumerationSameDayMove selection to the same days of manth while navigating.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.CalendarView.SelectionRule

    See Also