IPropertyItemProvider.GetPropertyItemsFor method

namespace: Serenity.PropertyGrid   assemblySerenity.Net.Entity

Gets the property items for specified type

public IEnumerable<PropertyItem> GetPropertyItemsFor(Type type, 
    Func<PropertyInfo, bool> predicate = null)
parameter description
type The type.
predicate Optional predicate that should return true for items to be processed

See Also