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