<kendo:wizard-stepper>

Provides configuration options for the Stepper instance of the Wizard widget.

Example

<kendo:wizard>
    <kendo:wizard-stepper></kendo:wizard-stepper>
</kendo:wizard>

Configuration Attributes

indicator boolean

Specifies whether the Stepper instance will display the indicators of its steps.

Example

<kendo:wizard-stepper indicator="indicator">
</kendo:wizard-stepper>

label boolean

Specifies whether the Stepper instance will display the labels of its steps.

Example

<kendo:wizard-stepper label="label">
</kendo:wizard-stepper>

linear boolean

Specifies whether the Stepper will allow non-linear navigation (selection of steps which are not immediately next to the current step).

Example

<kendo:wizard-stepper linear="linear">
</kendo:wizard-stepper>
In this article
Not finding the help you need?