[]
Configurates MaxItems. Sets the maximum number of items to display in the drop-down list.
public virtual TBuilder MaxItems(int value)
Public Overridable Function MaxItems(value As Integer) As TBuilder
| Type | Name | Description |
|---|---|---|
| int | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |