다음을 통해 공유


FieldTemplateUserControl.Row 속성

정의

현재 데이터 행 개체를 가져옵니다.

public:
 virtual property System::Object ^ Row { System::Object ^ get(); };
public virtual object Row { get; }
[System.ComponentModel.Browsable(false)]
public virtual object Row { get; }
member this.Row : obj
[<System.ComponentModel.Browsable(false)>]
member this.Row : obj
Public Overridable ReadOnly Property Row As Object

속성 값

Object

현재 데이터 행 개체입니다.

특성

설명

속성에서 반환 된 개체 및 GetDataItem 메서드는 동일 합니다. 이 속성에 사용 되는 Page.GetDataItem 데이터 행 개체를 반환 하는 방법입니다.

적용 대상