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


In This Topic
    PromptChar Property (GcDateTime)
    In This Topic
    Gets or sets the character used as a prompt for input.
    Syntax
    'Declaration
     
    <RefreshPropertiesAttribute(RefreshProperties.All)>
    Public Property PromptChar As Char
    'Usage
     
    Dim instance As GcDateTime
    Dim value As Char
     
    instance.PromptChar = value
     
    value = instance.PromptChar
    [RefreshProperties(RefreshProperties.All)]
    public 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 valid or System.Char.MinValue.
    See Also