3 references to Filterable
System.Web (3)
UI\FilterableAttribute.cs (3)
70return (other != null) && (other.Filterable == _filterable); 93return filterableAttr.Filterable; 110result = (attr != null) && attr.Filterable;