stepperObject

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

Example

<div id="wizard"></div>
<script>
$("#wizard").kendoWizard({
    steps: [
        { title: "Initial step" },
        { title: "Second step" },
        { title: "Final step" }
    ],
    stepper: {
        indicator: false,
        linear: false
    }
});
</script>
In this article
stepperRelated Properties
Not finding the help you need?
Contact Support