summaryP:DotNetNuke.UI.WebControls.DNNMenu.PopulateNodesFromClient

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

Syntax

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

See Also