summaryP:DotNetNuke.UI.WebControls.DnnTree.ExpandedNodeImage
Namespace: DotNetNuke.UI.WebControlsAssembly: 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 |