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

In This Topic
    ClickAction Property (AutoCompleteTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.DropDown<T>.ClickAction. Sets a value that specifies the action to perform when the user clicks the input element in the control.
    Syntax
    'Declaration
     
    Public Property ClickAction As ClickAction
    public ClickAction ClickAction {get; set;}
    See Also