DataGridAutoGeneratingColumnEventArgs.PropertyType 속성

정의

생성된 열에 바인딩되는 속성 형식을 가져옵니다.

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

속성 값

Type

생성된 열에 바인딩되는 속성 형식입니다.

적용 대상