Click or drag to resize

ProductsAndGroupsSelectorCallerForm 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; }

Property Value

Type: String
The caller form.
See Also