[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask.PromptChar

PromptChar Property

PromptChar

Gets or sets the character used as a prompt for input.

Declaration
public virtual char PromptChar { get; set; }
Public Overridable Property PromptChar As Char
Property Value
Type Description
char

The character used as a prompt for input. The default is an underscore ("_").

Exceptions
Type Condition
ArgumentException

The assigned value is not a valid char.