6 references to List
System.Web.DynamicData (6)
DynamicData\DefaultAutoFieldGenerator.cs (4)
37
string headerText = (containerType == ContainerType.
List
? column.ShortDisplayName : column.DisplayName);
51
return ContainerType.
List
;
55
return ContainerType.
List
;
61
if (itemControl != null && GetControlContainerType(control) != ContainerType.
List
) {
DynamicData\Util\Misc.cs (2)
133
return ContainerType.
List
;
139
return ContainerType.
List
;