GridItem.Label 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.
En cas de substitution dans une classe dérivée, obtient le texte de GridItem.
public:
abstract property System::String ^ Label { System::String ^ get(); };
public abstract string Label { get; }
public abstract string? Label { get; }
member this.Label : string
Public MustOverride ReadOnly Property Label As String
Valeur de propriété
String représentant le texte associé à GridItem.
Remarques
Cette classe obtient le texte qui s’affiche dans la colonne de gauche de la grille. Le texte récupéré peut être différent du nom de propriété réel de la propriété représentée par ce GridItem. Vous pouvez obtenir le nom d’un GridItem de type GridItemType.Property en récupérant et PropertyDescriptor en vérifiant sa Name propriété.