summaryP:DotNetNuke.UI.WebControls.DNNTabStrip.WorkImage

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

Syntax

C#
[DefaultValueAttribute("")]
[BindableAttribute(true)]
[ClientPropertyNameAttribute("workImage")]
[ClientPropertyAttribute]
public string WorkImage { get; set; }
Visual Basic
<DefaultValueAttribute("")> 
<BindableAttribute(true)> 
<ClientPropertyNameAttribute("workImage")> 
<ClientPropertyAttribute> 
Public Property WorkImage As String
	Get
	Set

See Also