4 references to IsEnumType
System.Web.DynamicData (4)
DynamicData\FieldTemplateUserControl.cs (2)
311
} else if (Column.
IsEnumType
(out enumType)) {
333
} else if(Column.
IsEnumType
(out enumType)) {
DynamicData\MetaColumn.cs (1)
335
if (this.
IsEnumType
(out enumType)) return true;
DynamicData\QueryableFilterUserControl.cs (1)
50
else if (Column.
IsEnumType
(out enumType)) {