HolidayManagerHolidays 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: 2023.1.2.0
public IEnumerable<Holiday> Holidays { get; set; }

Property Value

IEnumerableHoliday
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.

See Also