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

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