New to Kendo UI for jQueryStart a free 30-day trial

Options

fields

An object, which holds the options of the widget.

options

Object
<input id="maskedtextbox" />
<script>
$("#maskedtextbox").kendoMaskedTextBox();

var maskedtextbox = $("#maskedtextbox").data("kendoMaskedTextBox");

var options = maskedtextbox.options;
console.log(options)
</script>
Not finding the help you need?
Contact Support