SiteMapDataSource::ShowStartingNode Property
.NET Framework (current version)
Gets or sets a value indicating whether the starting node is retrieved and displayed.
Assembly: System.Web (in System.Web.dll)
public: property bool ShowStartingNode { virtual bool get(); virtual void set(bool value); }
Property Value
Type: System::Booleantrue if the starting node is displayed; otherwise, false. The default is true.
The ShowStartingNode property is evaluated during calls to the GetView and GetHierarchicalView methods, when the node tree that is returned by these methods is populated.
The value of the ShowStartingNode property is stored in view state.
.NET Framework
Available since 2.0
Available since 2.0
Show: