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

In This Topic
    FilterChanged Property (FlexGridFilterTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridFilter<T>.OnClientFilterChanged client event. Occurs after a column filter has been edited by the user.
    Syntax
    'Declaration
     
    Public Property FilterChanged As String
    public string FilterChanged {get; set;}
    See Also