Gets or sets wheter to render the root page as part of the tree

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

Syntax

C#
[DefaultValueAttribute(false)]
[BrowsableAttribute(true)]
[BindableAttribute(true)]
public virtual bool ShowRootPage { get; set; }

Remarks

This setting is only useful when data is data bound to another control that does rendering of the tree structure.

See Also