ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / MaxLength Property

In This Topic
    MaxLength Property (TransposedGridRowBase)
    In This Topic
    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