Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalendar Class / SelectedDates Property


In This Topic
    SelectedDates Property
    In This Topic
    Gets a collection of the selected dates.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectedDates As SelectedDatesCollection
    'Usage
     
    Dim instance As GcDropDownCalendar
    Dim value As SelectedDatesCollection
     
    value = instance.SelectedDates
    public SelectedDatesCollection SelectedDates {get;}

    Property Value

    A SelectedDatesCollection object that contains the currently selected dates. The default is an empty collection.
    See Also