3 references to RowType
System.Web (3)
UI\WebControls\DetailsView.cs (3)
2211if (rows[i].RowType != DataControlRowType.DataRow) { 2753switch (row.RowType) { 3260DataControlRowType rowType = row.RowType;