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

In This Topic
    FilterChanging Property (FlexGridFilterTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridFilter<T>.OnClientFilterChanging client event. Occurs when a column filter is about to be edited by the user.
    Syntax
    'Declaration
     
    Public Property FilterChanging As String
    public string FilterChanging {get; set;}
    See Also