Method ReloadPropertyValues
ReloadPropertyValues(object?, PropertyInfo?)
Reloads values of all IPropertyGridItem items collected with GetItemsFiltered(object?, PropertyInfo?).
void ReloadPropertyValues(object? instance = null, PropertyInfo? propInfo = null)
Parameters
instance
objectInstance filter parameter. Ignored if
null
.propInfo
PropertyInfoProperty information filter parameter. Ignored if
null