ClassRadMaskedTextBox
Class
Represents the RadMaskedTextBox for ASP.NET AJAX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class RadMaskedTextBox : RadInput
Inheritance: objectControlHtmlControlHtmlContainerControlRadInputRadMaskedTextBox
Inherited Members
Constructors
RadMaskedTextBox()
Declaration
cs-api-definition
public RadMaskedTextBox()
Properties
AllowEmptyEnumerations
Get or set whether enumerated mask parts can be set to an empty string.
HideOnBlur
Get or set whether the prompt characters and literals are not displayed when the text box is empty and does not have focus.
IsMultiline
Get whether the text mode is MultiLine.
ValueWithLiterals
Get the value of the text box, including the literal characters from the mask.
ValueWithPromptAndLiterals
Get the value of the text box, including the prompt characters and literal characters from the mask.
Declaration
cs-api-definition
public string ValueWithPromptAndLiterals { get; }
Property Value