GridItem.Label Proprietà

Definizione

Quando viene sottoposto a override in una classe derivata ottiene il testo di questo oggetto 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

Valore della proprietà

String

String che rappresenta il testo associato all'oggetto GridItem.

Commenti

Questa classe ottiene il testo visualizzato nella colonna sinistra della griglia. Il testo recuperato può essere diverso dal nome effettivo della proprietà rappresentata da questo GridItemoggetto . È possibile ottenere il nome di un GridItem tipo GridItemType.Property recuperando e controllandone la PropertyDescriptor Name proprietà.

Si applica a

Vedi anche