RecurrencePatternShowWeekStartDay Property
This property is used to get or set whether or not the Week Start Day option is displayed. It
is visible by default.
Namespace: EWSoftware.PDI.Web.ControlsAssembly: EWSoftware.PDI.Web.Controls (in EWSoftware.PDI.Web.Controls.dll) Version: 2023.1.2.0
public bool ShowWeekStartDay { get; set; }
Public Property ShowWeekStartDay As Boolean
Get
Set
public:
property bool ShowWeekStartDay {
bool get ();
void set (bool value);
}
member ShowWeekStartDay : bool with get, set
Property Value
Boolean 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.