[]
Gets or sets the prompt character for the field.
public char? PromptChar { get; set; }
Public Property PromptChar As Char?
Type | Description |
---|---|
char? | A char value used as a placeholder character for the field when entering data. |
This property retrieves the char used as the prompt character for the field.