Implemented interface member:
method
GetChildrenPath
System.Web.DynamicData.IMetaChildrenColumn.GetChildrenPath(System.String, System.Object)
3 references to GetChildrenPath
System.Web.DynamicData (3)
DynamicData\FieldTemplateUserControl.cs (1)
265return ChildrenColumn.GetChildrenPath(PageAction.List, Row);
DynamicData\MetaChildrenColumn.cs (2)
75return GetChildrenPath(PageAction.List, row); 94return GetChildrenPath(action, row);