ASPxSiteMapDataSource.ShowStartingNode Property
Gets or sets a value indicating whether the starting node is retrieved and displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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