DetailsViewRow(Int32, DataControlRowType, DataControlRowState) コンストラクター

定義

DetailsViewRow クラスの新しいインスタンスを初期化します。

public:
 DetailsViewRow(int rowIndex, System::Web::UI::WebControls::DataControlRowType rowType, System::Web::UI::WebControls::DataControlRowState rowState);
public DetailsViewRow (int rowIndex, System.Web.UI.WebControls.DataControlRowType rowType, System.Web.UI.WebControls.DataControlRowState rowState);
new System.Web.UI.WebControls.DetailsViewRow : int * System.Web.UI.WebControls.DataControlRowType * System.Web.UI.WebControls.DataControlRowState -> System.Web.UI.WebControls.DetailsViewRow
Public Sub New (rowIndex As Integer, rowType As DataControlRowType, rowState As DataControlRowState)

パラメーター

rowIndex
Int32

Rows コントロールの DetailsView コレクションの行のインデックス。

rowType
DataControlRowType

DataControlRowType 列挙値のいずれか。

rowState
DataControlRowState

DataControlRowState 列挙値のいずれか。

注釈

このコンストラクターを使用して、クラスの新しいインスタンスを DetailsViewRow 初期化します。

DetailsViewRow クラスのインスタンスのプロパティの初期値を次の表に示します。

プロパティ 初期値
RowIndex パラメーターで itemIndex 指定された値。
RowType パラメーターで rowType 指定された値。
RowState パラメーターで rowState 指定された値。

適用対象

こちらもご覧ください