Recurrence Properties DlgShow Advanced Property
This property is used to get or set whether or not the "Advanced" checkbox is visible and thus give
access to the advanced pattern options. 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 ShowAdvanced { get; set; }VB
Public Property ShowAdvanced As Boolean
Get
SetC++
public:
property bool ShowAdvanced {
bool get ();
void set (bool value);
}F#
member ShowAdvanced : bool with get, setProperty Value
BooleanRemarks
If hidden, only basic patterns similar to those in Microsoft Outlook can be created. When
edited, all advanced options currently in effect will be lost and the pattern will be made to conform
to the simple options available for the currently selected frequency.