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

適用対象