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