ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputTimeTagHelper Class / AutoExpandSelection Property

In This Topic
    AutoExpandSelection Property (InputTimeTagHelper)
    In This Topic
    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 Property AutoExpandSelection As Boolean
    public virtual bool AutoExpandSelection {get; set;}
    See Also