# stepLabel

> Returns the label that displays the progress indicator's steps.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public string stepLabel { get; }
```

### Remarks

Additional Resources: [Progress.Item.SetStepLabel](/engine/6000.5/script-reference/unityeditor/progress/item/setsteplabel.md), [Progress.Item.currentStep](/engine/6000.5/script-reference/unityeditor/progress/item/currentstep.md), [Progress.Item.totalSteps](/engine/6000.5/script-reference/unityeditor/progress/item/totalsteps.md), [Progress.SetStepLabel](/engine/6000.5/script-reference/unityeditor/progress/setsteplabel.md), [Progress.GetStepLabel](/engine/6000.5/script-reference/unityeditor/progress/getsteplabel.md).
