ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / FlexSheetFilter Class / OnClientFilterChanging Property

In This Topic
    OnClientFilterChanging Property
    In This Topic
    Occurs when a column filter is about to be edited by the user.
    Syntax
    'Declaration
     
    Public Property OnClientFilterChanging As String
    public string OnClientFilterChanging {get; set;}
    See Also