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