Class RadMaskedTextBox
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadMaskedTextBox : RadInput
Constructors
RadMaskedTextBox()
Declaration
public RadMaskedTextBox()
Properties
AllowEmptyEnumerations
Declaration
public bool AllowEmptyEnumerations { get; set; }
Property Value
System.Boolean
|
HideOnBlur
Declaration
public bool HideOnBlur { get; set; }
Property Value
System.Boolean
|
IsMultiline
Declaration
public bool IsMultiline { get; }
Property Value
System.Boolean
|
ValueWithLiterals
Declaration
public string ValueWithLiterals { get; }
Property Value
System.String
|
ValueWithPromptAndLiterals
Declaration
public string ValueWithPromptAndLiterals { get; }
Property Value
System.String
|