Method GetNewItemParams
GetNewItemParams(Type, PropertyInfo)
Gets IPropertyGridNewItemParams for the given Type and PropertyInfo.
public static IPropertyGridNewItemParams GetNewItemParams(Type type, PropertyInfo propInfo)
Parameters
typeTypeObject type.
propInfoPropertyInfoProperty 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
instanceobjectObject instance.
propInfoPropertyInfoProperty information.