SiteMapDataSource.ShowStartingNode Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui indique si le nœud de démarrage est récupéré et affiché.
public:
virtual property bool ShowStartingNode { bool get(); void set(bool value); };
public virtual bool ShowStartingNode { get; set; }
member this.ShowStartingNode : bool with get, set
Public Overridable Property ShowStartingNode As Boolean
Valeur de propriété
true
si le nœud de démarrage est affiché ; sinon, false
. La valeur par défaut est true
.
Remarques
La ShowStartingNode propriété est évaluée lors des appels aux GetView méthodes et GetHierarchicalView , lorsque l’arborescence de nœuds retournée par ces méthodes est remplie.
La valeur de la ShowStartingNode propriété est stockée dans l’état d’affichage.