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 使用してデータ行オブジェクトを返します。

適用対象