ComponentOne ASP.NET MVC Controls
MaxLength Property

C1.Web.Mvc Namespace > ColumnBase Class : MaxLength Property
Gets or sets the maximum number of characters that the can be entered into the cell.
Syntax
'Declaration
 
Public Property MaxLength As Nullable(Of Integer)
public Nullable<int> MaxLength {get; set;}
Remarks
Set this property to null to allow entry of any number of characters.
See Also

Reference

ColumnBase Class
ColumnBase Members