Number of levels to show in tree.

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

Syntax

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

See Also