summaryP:DotNetNuke.UI.WebControls.DNNTabStrip.CallBackType

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)

Syntax

C#
[ClientPropertyNameAttribute("cbtype")]
[DefaultValueAttribute(0)]
[ClientPropertyAttribute]
[BindableAttribute(true)]
public ClientAPICallBackResponse..::..CallBackTypeCode CallBackType { get; set; }
Visual Basic
<ClientPropertyNameAttribute("cbtype")> 
<DefaultValueAttribute(0)> 
<ClientPropertyAttribute> 
<BindableAttribute(true)> 
Public Property CallBackType As ClientAPICallBackResponse..::..CallBackTypeCode
	Get
	Set

See Also