SelectBoxBuilder.MaxLength Method
| Name | Parameters | Description |
|---|---|---|
| MaxLength(JS) | value | Specifies the maximum number of characters you can enter into the textbox. Mirrors the client-side maxLength option. |
| MaxLength(Int32) | value | Specifies the maximum number of characters you can enter into the textbox. Mirrors the client-side maxLength option. |