GrapeCity MultiRow Windows Forms Documentation
MinimumLength Property


Gets or sets the minimum length of the text.
Syntax
<SRDescriptionAttribute("Indicates the minimum length of the text.")>
<DefaultValueAttribute()>
Public Property MinimumLength As Integer
Dim instance As TextLengthValidator
Dim value As Integer
 
instance.MinimumLength = value
 
value = instance.MinimumLength
[SRDescription("Indicates the minimum length of the text.")]
[DefaultValue()]
public int MinimumLength {get; set;}

Property Value

The minimum length. The default is 0.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe assigned value is less than 0 or greater than MaximumLength.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TextLengthValidator Class
TextLengthValidator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.