Configurates
C1.Web.Mvc.DropDown<T>.AutoExpandSelection. Sets a value that indicates whether the control should automatically expand the selection to whole words/numbers when the control is clicked.
Syntax
'Declaration
Public Overridable Function AutoExpandSelection( _
ByVal As Boolean _
) As TBuilder
public virtual TBuilder AutoExpandSelection(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also