DataGridAutoGeneratingColumnEventArgs.PropertyType プロパティ

定義

生成された列にバインドされるプロパティの型を取得します。

public:
 property Type ^ PropertyType { Type ^ get(); };
public Type PropertyType { get; }
member this.PropertyType : Type
Public ReadOnly Property PropertyType As Type

プロパティ値

生成された列にバインドされるプロパティの型。

適用対象