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

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

Syntax

C#
[BindableAttribute(true)]
[BrowsableAttribute(true)]
[DefaultValueAttribute(false)]
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