ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ColumnBase Class / MaxLength Property

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