DataGridAutoGeneratingColumnEventArgs.PropertyName 속성

정의

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

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

속성 값

String

생성된 열에 바인딩되는 속성 이름입니다.

적용 대상