6 references to Row
System.Web.DynamicData (6)
DynamicData\FieldTemplateUserControl.cs (6)
187
object row =
Row
;
228
return ForeignKeyColumn.GetForeignKeyPath(PageAction.Details,
Row
);
255
return ForeignKeyColumn.GetForeignKeyPath(PageAction.Details,
Row
, path);
265
return ChildrenColumn.GetChildrenPath(PageAction.List,
Row
);
281
return ChildrenColumn.GetChildrenPath(PageAction.List,
Row
, path);
332
return ForeignKeyColumn.GetForeignKeyString(
Row
);