7 references to List
System.Web.DynamicData (7)
DynamicData\DynamicHyperLink.cs (2)
157string action = GetActionOrDefaultTo(PageAction.List); 213var action = GetActionOrDefaultTo(PageAction.List);
DynamicData\FieldTemplateUserControl.cs (2)
265return ChildrenColumn.GetChildrenPath(PageAction.List, Row); 281return ChildrenColumn.GetChildrenPath(PageAction.List, Row, path);
DynamicData\MetaChildrenColumn.cs (1)
75return GetChildrenPath(PageAction.List, row);
DynamicData\MetaTable.cs (1)
185return _listActionPath ?? GetActionPath(PageAction.List);
DynamicData\PageAction.cs (1)
36PageAction.List