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


In This Topic
    PromptChar Property (MaskPatternField)
    In This Topic
    Gets or sets the prompt char of the field. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property PromptChar As Char
    'Usage
     
    Dim instance As MaskPatternField
    Dim value As Char
     
    instance.PromptChar = value
     
    value = instance.PromptChar
    public char PromptChar {get; set;}

    Property Value

    A System.Char value used for prompt empty bits of the field when inputting.
    See Also