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)
265
return ChildrenColumn.
GetChildrenPath
(PageAction.List, Row);
DynamicData\MetaChildrenColumn.cs (2)
75
return
GetChildrenPath
(PageAction.List, row);
94
return
GetChildrenPath
(action, row);