| ContextMenuOnClientSelectView Property |
Gets or sets the client-side script that is executed when view selection is performed.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(true)]
public string OnClientSelectView { get; set; }
<BindableAttribute(true)>
Public Property OnClientSelectView As String
Get
Set
Property Value
Type:
StringRemarks The script should return the name of the choosen view.
See Also