Delegate PropertyElement.AttributeFilterHandler
Handler to filter visitation based on a field's attribute.
Namespace: Unity.Properties.UI
Syntax
public delegate bool AttributeFilterHandler(IEnumerable<Attribute> attributes);
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Attribute> | attributes | The attributes of the field. |
Returns
Type | Description |
---|---|
Boolean |