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