RecurrencePropertiesDlgShowAdvanced 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.
Namespace: EWSoftware.PDI.Windows.FormsAssembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2023.1.2.0
public bool ShowAdvanced { get; set; }
Public Property ShowAdvanced As Boolean
Get
Set
public:
property bool ShowAdvanced {
bool get ();
void set (bool value);
}
member ShowAdvanced : bool with get, set
Property Value
Boolean 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.