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

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