[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.MaxLength

MaxLength Method

MaxLength(int?)

Configurates MaxLength. Sets the maximum number of characters that the can be entered into the cell.

Declaration
public TBuilder MaxLength(int? value)
Parameters
Type Name Description
int? value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

Set this property to null to allow entry of any number of characters.