Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1MaskedTextBox Class / PromptChar Property

In This Topic
    PromptChar Property
    In This Topic
    Gets or set the PromptChar value.
    Syntax
    'Declaration
     
    
    Public Property PromptChar As Char
    public char PromptChar {get; set;}
    See Also