Calendar for WinForms | ComponentOne
C1.Win.Calendar.DateEdit Namespace / CalendarSettings Class / PeriodSelectionType Property

In This Topic
    PeriodSelectionType Property (CalendarSettings)
    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