HolidayManagerHolidays Property
This property is used to get or set the holidays to manage
Namespace: EWSoftware.PDI.Windows.FormsAssembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2023.1.2.0
public IEnumerable<Holiday> Holidays { get; set; }
Public Property Holidays As IEnumerable(Of Holiday)
Get
Set
public:
property IEnumerable<Holiday^>^ Holidays {
IEnumerable<Holiday^>^ get ();
void set (IEnumerable<Holiday^>^ value);
}
member Holidays : IEnumerable<Holiday> with get, set
Property Value
IEnumerableHolidayWhen set, the passed collection will not be modified. The holidays in it will be cloned and
used for the control. Get the holidays to retrieve the modified collection if wanted. If set to
null, the collection to edit is cleared.