Spread ASP.NET 16
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / MaskedEditValidator Class / EmptyValueMessage Property


In This Topic
    EmptyValueMessage Property
    In This Topic
    Gets or sets the empty message that is displayed when empty and TextBox has focus.
    Syntax
    'Declaration
     
    Public Property EmptyValueMessage As String
    'Usage
     
    Dim instance As MaskedEditValidator
    Dim value As String
     
    instance.EmptyValueMessage = value
     
    value = instance.EmptyValueMessage
    public string EmptyValueMessage {get; set;}

    Property Value

    The empty value message.
    See Also