OnClientTabstripLoad Property

UltimateTabstrip

UltimateTabstrip Class Library

UltimateTabstrip.OnClientTabstripLoad Property

Gets or sets the name of the JavaScript function to handle the client-side event that fires when the UltimateTabstrip control is completely loaded and ready to be reached by the UltimateTabstrips collection on the client-side.

[Visual Basic] Public Property OnClientTabstripLoad As String
[C#]
public string OnClientTabstripLoad {get; set;}

Property Value

The name of the JavaScript function. The default value is (string) null.

Remarks

Use this property to get or set the name of the JavaScript function to handle the client-side event that fires when the UltimateTabstrip control is completely loaded and ready to be reached by the UltimateTabstrips collection on the client-side.

See Also

UltimateTabstrip Class | Karamasoft.WebControls.UltimateTabstrip Namespace