Spread for ASP.NET 9.0 Product Documentation
MinimumValueMessage Property


Gets or sets the message displayed when the minimum value has been exceeded and TextBox has focus.
Syntax
'Declaration
 
Public Property MinimumValueMessage As String
'Usage
 
Dim instance As MaskedEditValidator
Dim value As String
 
instance.MinimumValueMessage = value
 
value = instance.MinimumValueMessage
public string MinimumValueMessage {get; set;}

Property Value

The minimum value message.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

MaskedEditValidator Class
MaskedEditValidator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.