91 references to DataControlRowType
System.Web (90)
UI\WebControls\DetailsView.cs (23)
1640_rowsArray.Add(CreateRow(0, DataControlRowType.EmptyDataRow, DataControlRowState.Normal, null, rows, null)); 1684_topPagerRow = CreateRow(-1, DataControlRowType.Pager, DataControlRowState.Normal, null, rows, pagedDataSource); 1687_headerRow = CreateRow(-1, DataControlRowType.Header, DataControlRowState.Normal, null, rows, null); 1705_footerRow = CreateRow(-1, DataControlRowType.Footer, DataControlRowState.Normal, null, rows, null); 1712_bottomPagerRow = CreateRow(-1, DataControlRowType.Pager, DataControlRowState.Normal, null, rows, pagedDataSource); 1755DataControlRowType rowType = DataControlRowType.DataRow; 2108private DetailsViewRow CreateRow(int rowIndex, DataControlRowType rowType, DataControlRowState rowState, DataControlField field, TableRowCollection rows, PagedDataSource pagedDataSource) { 2112if (rowType != DataControlRowType.Pager) { 2125protected virtual DetailsViewRow CreateRow(int rowIndex, DataControlRowType rowType, DataControlRowState rowState) { 2126if (rowType == DataControlRowType.Pager) { 2211if (rows[i].RowType != DataControlRowType.DataRow) { 2754case DataControlRowType.DataRow: 2765case DataControlRowType.Header: 2773case DataControlRowType.Footer: 2781case DataControlRowType.EmptyDataRow: 3260DataControlRowType rowType = row.RowType; 3269case DataControlRowType.Header: 3273case DataControlRowType.Footer: 3277case DataControlRowType.DataRow: 3301case DataControlRowType.Pager: 3304case DataControlRowType.EmptyDataRow: 3313if (rowType == DataControlRowType.DataRow && field != null) {
UI\WebControls\DetailsViewPagerRow.cs (1)
20public DetailsViewPagerRow(int rowIndex, DataControlRowType rowType, DataControlRowState rowState) : base(rowIndex, rowType, rowState) {
UI\WebControls\DetailsViewRow.cs (3)
18private DataControlRowType _rowType; 26public DetailsViewRow(int rowIndex, DataControlRowType rowType, DataControlRowState rowState) { 57public virtual DataControlRowType RowType {
UI\WebControls\FormView.cs (20)
1407_row = CreateRow(0, DataControlRowType.EmptyDataRow, DataControlRowState.Normal, rows, null); 1448_topPagerRow = CreateRow(itemIndex, DataControlRowType.Pager, DataControlRowState.Normal, rows, pagedDataSource); 1451_headerRow = CreateRow(itemIndex, DataControlRowType.Header, DataControlRowState.Normal, rows, null); 1469_footerRow = CreateRow(itemIndex, DataControlRowType.Footer, DataControlRowState.Normal, rows, null); 1476_bottomPagerRow = CreateRow(itemIndex, DataControlRowType.Pager, DataControlRowState.Normal, rows, pagedDataSource); 1540return CreateRow(PageIndex, DataControlRowType.DataRow, rowState, rows, null); 1801private FormViewRow CreateRow(int itemIndex, DataControlRowType rowType, DataControlRowState rowState, TableRowCollection rows, PagedDataSource pagedDataSource) { 1807if (rowType != DataControlRowType.Pager) { 1820protected virtual FormViewRow CreateRow(int itemIndex, DataControlRowType rowType, DataControlRowState rowState) { 1821if (rowType == DataControlRowType.Pager) { 2381case DataControlRowType.DataRow: 2394case DataControlRowType.Header: 2402case DataControlRowType.Footer: 2410case DataControlRowType.EmptyDataRow: 2797DataControlRowType rowType = row.RowType; 2800case DataControlRowType.Header: 2804case DataControlRowType.Footer: 2808case DataControlRowType.DataRow: 2823case DataControlRowType.Pager: 2826case DataControlRowType.EmptyDataRow:
UI\WebControls\FormViewPagerRow.cs (1)
20public FormViewPagerRow(int rowIndex, DataControlRowType rowType, DataControlRowState rowState) : base(rowIndex, rowType, rowState) {
UI\WebControls\FormViewRow.cs (3)
18private DataControlRowType _rowType; 25public FormViewRow(int itemIndex, DataControlRowType rowType, DataControlRowState rowState) { 57public virtual DataControlRowType RowType {
UI\WebControls\GridView.cs (36)
1240row.RowType = DataControlRowType.DataRow; 2042CreateRow(-1, -1, DataControlRowType.EmptyDataRow, DataControlRowState.Normal, dataBinding, null, new DataControlField[0], rows, null); 2076DataControlRowType rowType; 2114_headerRow = CreateRow(-1, -1, DataControlRowType.Header, DataControlRowState.Normal, dataBinding, null, displayFields, rows, null); 2118CreateRow(-1, -1, DataControlRowType.EmptyDataRow, DataControlRowState.Normal, dataBinding, null, displayFields, rows, null); 2135_topPagerRow = CreateRow(-1, -1, DataControlRowType.Pager, DataControlRowState.Normal, dataBinding, null, displayFields, rows, pagedDataSource); 2138_headerRow = CreateRow(-1, -1, DataControlRowType.Header, DataControlRowState.Normal, dataBinding, null, displayFields, rows, null); 2186rowType = DataControlRowType.DataRow; 2208rowType = DataControlRowType.DataRow; 2264CreateRow(-1, -1, DataControlRowType.EmptyDataRow, DataControlRowState.Normal, dataBinding, null, displayFields, rows, null); 2267_footerRow = CreateRow(-1, -1, DataControlRowType.Footer, DataControlRowState.Normal, dataBinding, null, displayFields, rows, null); 2273_bottomPagerRow = CreateRow(-1, -1, DataControlRowType.Pager, DataControlRowState.Normal, dataBinding, null, displayFields, rows, pagedDataSource); 2646private GridViewRow CreateRow(int rowIndex, int dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, bool dataBind, object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) { 2650if (rowType != DataControlRowType.Pager) { 2676protected virtual GridViewRow CreateRow(int rowIndex, int dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState) { 3313DataControlRowType rowType = row.RowType; 3318if (rowType == DataControlRowType.EmptyDataRow) { 3325if (rowType == DataControlRowType.Header) { 3332if ((rowType == DataControlRowType.Header) && useAccessibleHeader) { 3350case DataControlRowType.Header: 3353case DataControlRowType.Footer: 3371case DataControlRowType.EmptyDataRow: 3384case DataControlRowType.Pager: 3990case DataControlRowType.Header: 3996case DataControlRowType.Footer: 4002case DataControlRowType.Pager: 4008case DataControlRowType.DataRow: 4050case DataControlRowType.EmptyDataRow: 4059if ((row.RowType != DataControlRowType.Pager) && (row.RowType != DataControlRowType.EmptyDataRow)) { 4069if (row.RowType == DataControlRowType.DataRow && calculateColumns) { 4075case DataControlRowType.Header: 4079case DataControlRowType.Footer: 4082case DataControlRowType.DataRow: 4096if (row.RowType == DataControlRowType.DataRow) { 4109if (row.RowType == DataControlRowType.DataRow) {
UI\WebControls\GridViewRow.cs (3)
19private DataControlRowType _rowType; 28public GridViewRow(int rowIndex, int dataItemIndex, DataControlRowType rowType, DataControlRowState rowState) { 87public virtual DataControlRowType RowType {
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
616if (e.Row.RowType == DataControlRowType.DataRow)