Number of levels to show in tree.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
[BindableAttribute(true)]
[DefaultValueAttribute()]
[BrowsableAttribute(true)]
public int NumberOfLevels { get; set; }

See Also