summaryP:DotNetNuke.UI.WebControls.DNNMultiStateBox.ImagePath

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

Syntax

C#
[ClientPropertyNameAttribute("imgpath")]
[ClientPropertyAttribute]
[DefaultValueAttribute("images/")]
public string ImagePath { get; set; }
Visual Basic
<ClientPropertyNameAttribute("imgpath")> 
<ClientPropertyAttribute> 
<DefaultValueAttribute("images/")> 
Public Property ImagePath As String
	Get
	Set

See Also