8 references to AutoGenerateRows
System.Web (7)
UI\WebControls\DetailsView.cs (7)
315
bool oldValue =
AutoGenerateRows
;
367
if (
AutoGenerateRows
) {
1638
if (itemIndex >= 0 ||
AutoGenerateRows
) {
1822
if (
AutoGenerateRows
== true) {
2180
if (RequiresDataBinding && Mode == DetailsViewMode.Insert && (!
AutoGenerateRows
|| (
AutoGenerateRows
&& RowsGenerator != null))) {
2969
if (DataKeyNames.Length > 0 && !
AutoGenerateRows
) {
System.Web.DynamicData (1)
DynamicData\DynamicDataExtensions.cs (1)
69
if (detailsView != null && detailsView.
AutoGenerateRows
&& detailsView.RowsGenerator == null) {