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
type
TypeType which contains the property.
propInfo
PropertyInfoProperty information.