| TreeToolbarButtonOnClientClick Property |
Gets or sets client-side script that executes when button's "Click" event is raised.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(true)]
public string OnClientClick { get; set; }
<BindableAttribute(true)>
Public Property OnClientClick As String
Get
Set
Property Value
Type:
StringRemarks See Also