Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcMask Class / PromptChar Property


In This Topic
    PromptChar Property (GcMask)
    In This Topic
    Gets or sets the character used as a prompt for input.
    Syntax
    'Declaration
     
    <RefreshPropertiesAttribute(RefreshProperties.All)>
    Public Overridable Property PromptChar As Char
    'Usage
     
    Dim instance As GcMask
    Dim value As Char
     
    instance.PromptChar = value
     
    value = instance.PromptChar
    [RefreshProperties(RefreshProperties.All)]
    public virtual char PromptChar {get; set;}

    Property Value

    The character used as a prompt for input. The default is an underscore ("_").
    Exceptions
    ExceptionDescription
    The assigned value is not a valid char.
    See Also