Implemented interface member:
property
DataTypeAttribute
System.Web.DynamicData.MetaColumn.IMetaColumnMetadata.DataTypeAttribute
1 write to DataTypeAttribute
System.Web.DynamicData (1)
DynamicData\MetaColumn.cs (1)
550DataTypeAttribute = Attributes.FirstOrDefault<DataTypeAttribute>() ?? GetDefaultDataTypeAttribute();
2 references to DataTypeAttribute
System.Web.DynamicData (2)
DynamicData\MetaColumn.cs (2)
565(DataTypeAttribute != null ? DataTypeAttribute.DisplayFormat : null);