Gets or sets the character used for a blank position in the control's input.
Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms
C#
![]() |
---|
public char PromptChar { get; set; } |
Visual Basic
![]() |
---|
Public Property PromptChar As Char |
Type: Char
The character used to prompt the user for input. The default is an underscore ('_').