FormView.DataItemCount 屬性

定義

取得資料來源中的資料項目數目。

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

屬性值

Int32

資料來源中的資料項目數目。

屬性

備註

DataItemCount使用 屬性來判斷資料來源中包含的資料項目數目。 這個屬性包含與 屬性相同的值 PageCount

適用於

另請參閱