Recurrence Properties DlgShow Week Start Day Property
This property is used to get or set whether or not the Week Start Day option is displayed. It
is visible by default.
Definition
Namespace: EWSoftware.PDI.Windows.Forms
Assembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2025.1.9.0
C#
public bool ShowWeekStartDay { get; set; }VB
Public Property ShowWeekStartDay As Boolean
Get
SetC++
public:
property bool ShowWeekStartDay {
bool get ();
void set (bool value);
}F#
member ShowWeekStartDay : bool with get, setProperty Value
BooleanRemarks
If hidden, the Week Start Day combo box will not be visible and a default week start day
will be used in all recurrences edited by the control.