HolidayManagerDefaults Property

This property is used to get or set the default holidays used to populate the list box when the Default button is clicked.

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> Defaults { get; set; }

Property Value

IEnumerableHoliday

See Also