[]
Sets the Name property.
public ComboBoxBuilder<T> Name(string value)
Public Function Name(value As String) As ComboBoxBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| string | value | The value |
| Type | Description |
|---|---|
| ComboBoxBuilder<T> | Current builder |