GridItem.Label プロパティ

定義

派生クラスでオーバーライドされると、この GridItemのテキストを取得します。

public:
 abstract property System::String ^ Label { System::String ^ get(); };
public abstract string Label { get; }
member this.Label : string
Public MustOverride ReadOnly Property Label As String

プロパティ値

このStringに関連付けられているテキストを表すGridItem

注釈

このクラスは、グリッドの左側の列に表示されるテキストを取得します。 取得されるテキストは、この GridItemで表されるプロパティの実際のプロパティ名とは異なる場合があります。 GridItemを取得し、そのGridItemType.Propertyプロパティを確認することで、PropertyDescriptor型のNameの名前を取得できます。

適用対象

こちらもご覧ください