[]
Configurates ShowGroups. Sets a value that determines whether the drop-down should include group header items to delimit data groups.
public ListBoxBuilder<T> ShowGroups(bool value)
Type | Name | Description |
---|---|---|
bool | value | The value. |
Type | Description |
---|---|
ListBoxBuilder<T> | Current builder. |