resetButtonBoolean(default: true)

Toggles the reset button.

Example

pseudo
    <input id="captcha" />
    <script>
        $("#captcha").kendoCaptcha({
            handler: "https://demos.telerik.com/kendo-ui/captcha/reset",
            resetButton: false
        });
    </script>
In this article
resetButton
Not finding the help you need?
Contact Support