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

In This Topic
    Filter Property (FlexGridGroupPanelTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridGroupPanel<T>.Filter. Sets the @see:grid.filter.FlexGridFilter to use for filtering the grid data.
    Syntax
    'Declaration
     
    Public Property Filter As FlexGridFilter(Of Object)
    public FlexGridFilter<object> Filter {get; set;}
    See Also