| EditableListColumnProductsAndGroupsEditorCallerForm Property |
Gets or sets the caller form.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(true)]
[DefaultValueAttribute("Form1")]
public string CallerForm { get; set; }
<BindableAttribute(true)>
<DefaultValueAttribute("Form1")>
Public Property CallerForm As String
Get
Set
Property Value
Type:
StringThe caller form.
See Also