StepperStep
Represents an interface for the steps of the Stepper component.
| Name | Type | Default | Description | 
|---|---|---|---|
| cssClass? | 
 | Specifies the CSS classes that will be rendered on the step element of the Stepper. Supports the type of values that are supported by ngClass. | |
| cssStyle? | 
 | Specifies the CSS styles that will be rendered on the item element of the Drawer. Supports the type of values that are supported by ngStyle. | |
| disabled? | 
 | Specifies whether the step is disabled. | |
| icon? | 
 | Specifies the name of an existing icon in a Kendo UI theme.
If you provide this property, the icon will be rendered inside the step indicator by a  | |
| iconClass? | 
 | Specifies a CSS class or multiple classes separated by spaces which are applied to a  | |
| isValid? | 
 | Specifies if a step is valid.
By default only previous steps are validated. You can override this behavior by setting the  | |
| label? | 
 | Specifies the text content of the step label. | |
| optional? | 
 | Specifies that the step is optional. An  | |
| svgIcon? | 
 | Specifies an SVG icon to be rendered inside the step indicator instead of the default numeric or text content. You can use either an existing Kendo SVG icon or a custom one. | |
| text? | 
 | Specifies the text content of the step indicator. If not set, the step index will be rendered by default. | |
| validate? | 
 | Specifies if a step should be validated. This property overrides the default validation behavior. |