Partager via


GridItem.Label Propriété

Définition

En cas de substitution dans une classe dérivée, obtient le texte de ce 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é

Représentant String le texte associé à ce GridItem.

Remarques

Cette classe obtient le texte qui s’affiche dans la colonne 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 cette GridItempropriété . Vous pouvez obtenir le nom d’un GridItem type GridItemType.Property en récupérant la PropertyDescriptor propriété et en vérifiant sa Name propriété.

S’applique à

Voir aussi