ComponentOne CalendarView for WinForms
SelectionRule Enumeration

C1.CalendarView Namespace : SelectionRule Enumeration
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

Reference

C1.CalendarView Namespace