Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / BlackoutDatesCollection Class / BlackoutDatesCollection Constructor / BlackoutDatesCollection Constructor(GcDropDownCalendar)
The GcDropDownCalendar whose dates this object represents.


In This Topic
    BlackoutDatesCollection Constructor(GcDropDownCalendar)
    In This Topic
    Initializes a new instance of the BlackoutDatesCollection class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As GcDropDownCalendar _
    )
    'Usage
     
    Dim owner As GcDropDownCalendar
     
    Dim instance As New BlackoutDatesCollection(owner)
    public BlackoutDatesCollection( 
       GcDropDownCalendar owner
    )

    Parameters

    owner
    The GcDropDownCalendar whose dates this object represents.
    See Also