共用方式為


DetailsViewRow.RowType 屬性

定義

取得 DetailsViewRow 物件的資料列型別。

public:
 virtual property System::Web::UI::WebControls::DataControlRowType RowType { System::Web::UI::WebControls::DataControlRowType get(); };
public virtual System.Web.UI.WebControls.DataControlRowType RowType { get; }
member this.RowType : System.Web.UI.WebControls.DataControlRowType
Public Overridable ReadOnly Property RowType As DataControlRowType

屬性值

DataControlRowType

其中一個 DataControlRowType 值。

備註

RowType使用 屬性來判斷物件所代表的資料列 DetailsViewRow 類型。 下表列出有效的資料列類型值。

資料列類型 描述
DataControlRowType.DataRow 控制項中的資料 DetailsView 列。
DataControlRowType.EmptyDataRow 控制項中的 DetailsView 空白資料列。 當沒有要顯示的記錄時,空白資料列會顯示在 DetailsView 控制項中。
DataControlRowType.Footer 控制項中的 DetailsView 頁尾資料列。
DataControlRowType.Header 控制項中的 DetailsView 標頭資料列。
DataControlRowType.Pager 控制項中的 DetailsView 呼叫器資料列。

這個屬性通常用來在執行作業之前判斷資料列的類型。

適用於

另請參閱