Configurates
C1.Web.Mvc.DropDown.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 Function AutoExpandSelection( _
ByVal As Boolean _
) As
public AutoExpandSelection(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also