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