summaryP:DotNetNuke.UI.WebControls.DnnTree.ExpandedNodeImage

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

Syntax

C#
[ClientPropertyNameAttribute("expimg")]
[ClientPropertyAttribute]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[DefaultValueAttribute("")]
[BindableAttribute(true)]
public string ExpandedNodeImage { get; set; }
Visual Basic
<ClientPropertyNameAttribute("expimg")> 
<ClientPropertyAttribute> 
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
<DefaultValueAttribute("")> 
<BindableAttribute(true)> 
Public Property ExpandedNodeImage As String
	Get
	Set

See Also