Method GetListEditSourceType
GetListEditSourceType(Type?, PropertyInfo?)
Gets type of the registered list editor source for the specified type
and propInfo. This is used in list editor dialog.
public static Type? GetListEditSourceType(Type? type, PropertyInfo? propInfo)
Parameters
typeTypeType which contains the property.
propInfoPropertyInfoProperty information.