TreeView.ExpandDepth Propriété

Définition

Obtient ou définit le nombre de niveaux qui sont développés lorsqu'un contrôle TreeView est affiché pour la première fois.

public:
 property int ExpandDepth { int get(); void set(int value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.WebControls.TreeView+TreeViewExpandDepthConverter))]
public int ExpandDepth { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.WebControls.TreeView+TreeViewExpandDepthConverter))>]
member this.ExpandDepth : int with get, set
Public Property ExpandDepth As Integer

Valeur de propriété

Int32

Profondeur à afficher lorsque TreeView est initialement affiché. La valeur par défaut est -1, ce qui permet d'afficher tous les nœuds.

Attributs

Remarques

Utilisez la ExpandDepth propriété pour contrôler le rendu du TreeView contrôle la première fois qu’il est affiché. Sur les postbacks suivants, les nœuds conservent leur état développé actuel.

S’applique à

Voir aussi