1 type derived from FormViewRow
System.Web (1)
UI\WebControls\FormViewPagerRow.cs (1)
15
public class FormViewPagerRow :
FormViewRow
, INonBindingContainer {
1 instantiation of FormViewRow
System.Web (1)
UI\WebControls\FormView.cs (1)
1824
return new
FormViewRow
(itemIndex, rowType, rowState);
21 references to FormViewRow
System.Web (21)
UI\WebControls\FormView.cs (19)
65
private
FormViewRow
_bottomPagerRow;
66
private
FormViewRow
_footerRow;
67
private
FormViewRow
_headerRow;
68
private
FormViewRow
_topPagerRow;
69
private
FormViewRow
_row;
204
public virtual
FormViewRow
BottomPagerRow {
593
public virtual
FormViewRow
FooterRow {
694
public virtual
FormViewRow
HeaderRow {
1021
/// <para>Gets a collection of <see cref='System.Web.UI.WebControls.
FormViewRow
'/> objects representing the individual
1030
public virtual
FormViewRow
Row {
1084
public virtual
FormViewRow
TopPagerRow {
1504
private
FormViewRow
CreateDataRow(bool dataBinding, TableRowCollection rows, object dataItem) {
1529
private
FormViewRow
CreateDataRowFromTemplates(bool dataBinding, TableRowCollection rows) {
1801
private
FormViewRow
CreateRow(int itemIndex, DataControlRowType rowType, DataControlRowState rowState, TableRowCollection rows, PagedDataSource pagedDataSource) {
1802
FormViewRow
row = CreateRow(itemIndex, rowType, rowState);
1820
protected virtual
FormViewRow
CreateRow(int itemIndex, DataControlRowType rowType, DataControlRowState rowState) {
2338
protected virtual void InitializePager(
FormViewRow
row, PagedDataSource pagedDataSource) {
2373
protected virtual void InitializeRow(
FormViewRow
row) {
2794
foreach (
FormViewRow
row in rows) {
UI\WebControls\FormViewPagerRow.cs (1)
18
/// <para>Initializes a new instance of the <see cref='System.Web.UI.WebControls.
FormViewRow
'/> class.</para>
UI\WebControls\FormViewRow.cs (1)
23
/// <para>Initializes a new instance of the <see cref='System.Web.UI.WebControls.
FormViewRow
'/> class.</para>