Method ConstructNewItemParams
ConstructNewItemParams(Type, PropertyInfo)
Gets "constructed" IPropertyGridNewItemParams for the given Type and PropertyInfo.
public static IPropertyGridNewItemParams ConstructNewItemParams(Type type, PropertyInfo propInfo)
Parameters
typeTypeObject type.
propInfoPropertyInfoProperty information.
Returns
Remarks
See Constructed for the details.
ConstructNewItemParams(object, PropertyInfo)
public static IPropertyGridNewItemParams ConstructNewItemParams(object instance, PropertyInfo propInfo)
Parameters
instanceobjectObject instance.
propInfoPropertyInfoProperty information.
Returns
Remarks
See Constructed for the details.