1 instantiation of DetailsViewRowCollection
System.Web (1)
UI\WebControls\DetailsView.cs (1)
1202
_rowsCollection = new
DetailsViewRowCollection
(_rowsArray);
8 references to DetailsViewRowCollection
System.Web (8)
UI\WebControls\DetailsView.cs (4)
81
private
DetailsViewRowCollection
_rowsCollection;
1193
public virtual
DetailsViewRowCollection
Rows {
2205
internal static void ExtractRowValues(object[] fields,
DetailsViewRowCollection
rows, string[] dataKeyNames, IOrderedDictionary fieldValues, bool includeReadOnlyFields, bool includeKeys) {
2244
DetailsViewRowCollection
rows = Rows;
UI\WebControls\DetailsViewRowCollection.cs (4)
20
/// <para>Initializes a new instance of the <see cref='System.Web.UI.WebControls.
DetailsViewRowCollection
'/> class.</para>
38
/// <para>Gets a value that specifies whether rows in the <see cref='System.Web.UI.WebControls.
DetailsViewRowCollection
'/> can be
49
/// <para>Gets a value that indicates whether the <see cref='System.Web.UI.WebControls.
DetailsViewRowCollection
'/> is
97
/// <para>Creates an enumerator for the <see cref='System.Web.UI.WebControls.
DetailsViewRowCollection
'/> used to