Method GetPropRegistryOrNull
GetPropRegistryOrNull(PropertyInfo)
Gets PropertyGrid settings related to PropertyInfo if
its available, otherwise returns null.
IPropertyGridPropInfoRegistry? GetPropRegistryOrNull(PropertyInfo propInfo)
Parameters
propInfoPropertyInfoProperty information.
Returns
GetPropRegistryOrNull(string)
Gets PropertyGrid settings related to the specified property name if
its available, otherwise returns null.
IPropertyGridPropInfoRegistry? GetPropRegistryOrNull(string propName)
Parameters
propNamestringProperty name.