1 implementation of IsCustomProperty
System.Web.DynamicData (1)
DynamicData\MetaColumn.cs (1)
122public bool IsCustomProperty { get { return Provider.IsCustomProperty; } }
2 references to IsCustomProperty
System.Web.DynamicData (2)
DynamicData\MetaTable.cs (1)
809if (column.IsCustomProperty) {
DynamicData\Util\Misc.cs (1)
222if (sortColumn.IsCustomProperty) {