ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet.TagHelpers Namespace / FlexSheetFilterTagHelper Class / FilterApplied Property

In This Topic
    FilterApplied Property (FlexSheetFilterTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.Sheet.FlexSheetFilter.OnClientFilterApplied client event. Occurs after the filter is applied.
    Syntax
    'Declaration
     
    Public Property FilterApplied As String
    public string FilterApplied {get; set;}
    See Also