ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputMask Class / PromptChar Property

In This Topic
    PromptChar Property
    In This Topic
    Gets or sets the symbol used to show input positions in the control.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(_)>
    Public Property PromptChar As Char
    [DefaultValue(_)]
    public char PromptChar {get; set;}
    See Also