Value
methodsGets or sets the value of the MaskedTextBox.
Important: This method does not trigger the
focusoutevent of the input.
This can affect the floating label functionality.
To overcome this behavior, manually invoke the refresh method of the Floating Label: $("#maskedtextbox").data("kendoMaskedTextBox").floatingLabel.refresh();
Parameters:valueString
Returns:String
The value to set.
The value of the widget.