[]
Initializes a new instance of the BlackoutDatesCollection class.
public BlackoutDatesCollection(GcDropDownCalendar owner)
Public Sub New(owner As GcDropDownCalendar)
Type | Name | Description |
---|---|---|
GcDropDownCalendar | owner | The GrapeCity.Windows.InputMan.GcDropDownCalendar whose dates this object represents. |
Initializes a new instance of the BlackoutDatesCollection class based on existed instance.
public BlackoutDatesCollection(BlackoutDatesCollection source)
Public Sub New(source As BlackoutDatesCollection)
Type | Name | Description |
---|---|---|
BlackoutDatesCollection | source |