summaryP:DotNetNuke.UI.WebControls.DnnTree.PopulateNodesFromClient

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

Syntax

C#
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[DefaultValueAttribute(true)]
[BindableAttribute(false)]
public bool PopulateNodesFromClient { get; set; }
Visual Basic
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
<DefaultValueAttribute(true)> 
<BindableAttribute(false)> 
Public Property PopulateNodesFromClient As Boolean
	Get
	Set

See Also