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

속성 값

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

특성

설명

이 속성에서 반환된 개체와 메서드는 GetDataItem 동일합니다. 이 속성은 메서드를 Page.GetDataItem 사용하여 데이터 행 개체를 반환합니다.

적용 대상