Skip to main content
A newer version of this page is available. .
Tab

ASPxSiteMapDataSource.ShowStartingNode Property

Gets or sets a value indicating whether the starting node is retrieved and displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(false)]
public override bool ShowStartingNode { get; set; }

Property Value

Type Default Description
Boolean **false**

true if the starting node is displayed; otherwise, false.

Remarks

Use the ShowStartingNode property to specify whether the starting node (which is the root node of the site map hierarchy) is retrieved from the site map and displayed by any site map control bound to the current site map data source.

See Also