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