Spread for ASP.NET 12 Product Documentation
EmptyValueMessage Property


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > MaskedEditValidator Class : EmptyValueMessage Property
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

Reference

MaskedEditValidator Class
MaskedEditValidator Members