# makeFooter

> This callback allows the user to make their own footer for this control.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.6/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public Func<VisualElement> makeFooter { get; set; }
```

### Remarks

Setting this callback will override the [\_showAddRemoveFooter](/engine/6000.6/script-reference/unityengine/uielements/baselistview/showaddremovefooter.md) property.
