ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / C1CalendarView Class / PeriodSelectionType Property

In This Topic
    PeriodSelectionType Property
    In This Topic
    Gets or sets a value that specifies how to get a date period. Default value is C1.CalendarView.SelectionType.Field.
    Syntax
    'Declaration
     
    
    Public Property PeriodSelectionType As SelectionType
    public SelectionType PeriodSelectionType {get; set;}
    See Also