RecurrencePropertiesDlgShowCanOccurOnHoliday Property
This property is used to get or set whether or not the "Can Occur On Holiday" option is displayed.
It is visible by default.
Namespace: EWSoftware.PDI.Windows.FormsAssembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2023.1.2.0
public bool ShowCanOccurOnHoliday { get; set; }
Public Property ShowCanOccurOnHoliday As Boolean
Get
Set
public:
property bool ShowCanOccurOnHoliday {
bool get ();
void set (bool value);
}
member ShowCanOccurOnHoliday : bool with get, set
Property Value
Boolean If hidden, the check box will not be visible and the option will be set to true in all
recurrences edited by the control.