Holiday ManagerHolidays Property
This property is used to get or set the holidays to manage
Definition
Namespace: EWSoftware.PDI.Windows.Forms
Assembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2025.1.9.0
When 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.
Assembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2025.1.9.0
C#
public IEnumerable<Holiday> Holidays { get; set; }VB
Public Property Holidays As IEnumerable(Of Holiday)
Get
SetC++
public:
property IEnumerable<Holiday^>^ Holidays {
IEnumerable<Holiday^>^ get ();
void set (IEnumerable<Holiday^>^ value);
}F#
member Holidays : IEnumerable<Holiday> with get, setProperty 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.