Configurates
C1.Web.Mvc.ComboBoxBase<T>.ShowGroups. Sets a value that determines whether the drop-down should include group header items to delimit data groups.
Syntax
'Declaration
Public Overridable Function ShowGroups( _
ByVal As Boolean _
) As
public virtual ShowGroups(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also