[]
Configurates MaxLength. Sets the maximum number of characters that the can be entered into the cell.
public TBuilder MaxLength(int? value)
| Type | Name | Description |
|---|---|---|
| int? | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |
Set this property to null to allow entry of any number of characters.