ComponentOne ASP.NET MVC Controls
AutoExpandSelection Property (DropDown)

C1.Web.Mvc Namespace > DropDown Class : AutoExpandSelection Property
Gets or sets a value that indicates whether the control should automatically expand the selection to whole words/numbers when the control is clicked.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property AutoExpandSelection As Boolean
[DefaultValue(true)]
public bool AutoExpandSelection {get; set;}
See Also

Reference

DropDown Class
DropDown Members