Skip to main content
Tab

ASPxSiteMapDataSource.ShowStartingNode Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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