Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / MaskedEditCellType Class / PromptCharacter Property


In This Topic
    PromptCharacter Property
    In This Topic
    Gets or sets the prompt character of the mask input.
    Syntax
    'Declaration
     
    
    Public Property PromptCharacter As String
    'Usage
     
    
    Dim instance As MaskedEditCellType
    Dim value As String
     
    instance.PromptCharacter = value
     
    value = instance.PromptCharacter
    public string PromptCharacter {get; set;}

    Property Value

    String containing the event data
    See Also