Method GetItemsFiltered
GetItemsFiltered(object?, PropertyInfo?)
Gets IPropertyGridItem added to the control filtered by
Instance (instance param) and
PropInfo (propInfo param).
IEnumerable<IPropertyGridItem> GetItemsFiltered(object? instance = null, PropertyInfo? propInfo = null)
Parameters
instanceobjectInstance filter parameter. Ignored if
null.propInfoPropertyInfoProperty information filter parameter. Ignored if
null