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
instance
objectInstance filter parameter. Ignored if
null
.propInfo
PropertyInfoProperty information filter parameter. Ignored if
null