ListDataBindEventArgs.DataItem 屬性

定義

取得要進行繫結之清單項目的指定資料物件。 這個屬性只可用於清單項目已進行資料繫結的要求;在後續的回傳中,它一定為 null。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 property System::Object ^ DataItem { System::Object ^ get(); };
public object DataItem { get; }
member this.DataItem : obj
Public ReadOnly Property DataItem As Object

屬性值

正在繫結之清單項目的指定資料物件。

適用於

另請參閱