Skip to content

DefaultPropertyItemProvider.GetPropertyItemsFor method

namespace: Serenity.PropertyGrid   assemblySerenity.Net.Entity

Gets the property items for specified type.

public IEnumerable<PropertyItem> GetPropertyItemsFor(Type type)
parameter description
type The type.

Exceptions

exception condition
ArgumentNullException type is null
InvalidProgramException CheckNames is true and there is name mismatch

See Also