ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridTagHelper Class / AutoSearch Property

In This Topic
    AutoSearch Property (TransposedGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.AutoSearch. Sets a value that determines whether the grid should search for cells as the users types into read-only cells.
    Syntax
    'Declaration
     
    Public Property AutoSearch As Boolean
    public bool AutoSearch {get; set;}
    See Also