Gets and Sets whether the Menu should be populated from the client

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

Syntax

C#
public bool PopulateNodesFromClient { get; set; }
Visual Basic
Public Property PopulateNodesFromClient As Boolean
	Get
	Set

Return Value

A Boolean

See Also