# itemSelectedVariantUssClassName

> The USS class name of selected item elements in the BaseVerticalCollectionView.

## Definition

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

```csharp
public static readonly string itemSelectedVariantUssClassName
```

### Remarks

Unity adds this USS class to every selected element in the BaseVerticalCollectionView. The [\_selectionType](/engine/6000.6/script-reference/unityengine/uielements/baseverticalcollectionview/selectiontype.md) property decides if zero, one, or more elements can be selected. Any styling applied to this class affects every BaseVerticalCollectionView item located beside, or below the stylesheet in the visual tree.
