DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.DataFilter Namespace / CalendarFilterBase Class / MaxSelectionCount Property

In This Topic
    MaxSelectionCount Property (CalendarFilterBase)
    In This Topic
    Gets or sets the maximum number of days that can be selected in the calendar.
    Syntax
    'Declaration
     
    Public Property MaxSelectionCount As Integer
    public int MaxSelectionCount {get; set;}
    See Also