Gets or sets the mask prompt character. The default is a single underline.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public char PromptChar { get; set; }
Visual Basic (Declaration)
Public Property PromptChar As Char

See Also