Method GetNewItemParams
GetNewItemParams(Type, PropertyInfo)
Gets IPropertyGridNewItemParams for the given Type and PropertyInfo.
public static IPropertyGridNewItemParams GetNewItemParams(Type type, PropertyInfo propInfo)
Parameters
type
TypeObject type.
propInfo
PropertyInfoProperty information.
Returns
GetNewItemParams(Type, string)
Gets IPropertyGridNewItemParams for the given Type and property name.
public static IPropertyGridNewItemParams GetNewItemParams(Type type, string propName)
Parameters
Returns
GetNewItemParams(object, PropertyInfo)
public static IPropertyGridNewItemParams GetNewItemParams(object instance, PropertyInfo propInfo)
Parameters
instance
objectObject instance.
propInfo
PropertyInfoProperty information.