# reorderableItemHandleUssClassName

> The USS class name for drag handle in reorderable animated ListView.

## Definition

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

```csharp
public static readonly string reorderableItemHandleUssClassName
```

### Remarks

Unity adds this USS class to drag handles in the ListView when [\_reorderMode](/engine/6000.5/script-reference/unityengine/uielements/baselistview/reordermode.md) is set to `Animated`. Any styling applied to this class affects every drag handle located beside, or below the stylesheet in the visual tree.
