共用方式為


FormView.DataItemIndex 屬性

定義

取得資料項目的索引,該資料項目從資料來源繫結至 FormView 控制項。

public:
 virtual property int DataItemIndex { int get(); };
[System.ComponentModel.Browsable(false)]
public virtual int DataItemIndex { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DataItemIndex : int
Public Overridable ReadOnly Property DataItemIndex As Integer

屬性值

Int32

資料項目的索引,該資料項目從資料來源繫結至 FormView 控制項。

屬性

備註

DataItemIndex使用 屬性來判斷系結至 FormView 資料來源控制項之資料項目的索引。 這個屬性包含與 屬性相同的值 PageIndex

注意

當控制項處於插入模式時 FormView ,這個屬性不適用。 當控制項處於插入模式時, DataItemIndex 屬性會傳回 -1。

適用於

另請參閱