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


In This Topic
    FlexGridFilterTagHelper Class Members
    In This Topic

    The following tables list the members exposed by FlexGridFilterTagHelper.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyIt is useless. To keep consistent with the previous version. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<FlexGridFilter<object>>)
    Public PropertyObsoleted: Use the column-filters attribute instead of it.  
    Public PropertyConfigurates C1.Web.Mvc.FlexGridFilter<T>.DefaultFilterType. Sets the default filter type to use.  
    Public PropertyConfigurates C1.Web.Mvc.FlexGridFilter<T>.ExclusiveValueSearch. Sets a value that determines whether the filter should include only values selected by the @see:ValueFilter.filterText property.  
    Public PropertyConfigurates the C1.Web.Mvc.FlexGridFilter<T>.OnClientFilterApplied client event. Occurs after the filter is applied.  
    Public PropertyConfigurates the C1.Web.Mvc.FlexGridFilter<T>.OnClientFilterChanged client event. Occurs after a column filter has been edited by the user.  
    Public PropertyConfigurates the C1.Web.Mvc.FlexGridFilter<T>.OnClientFilterChanging client event. Occurs when a column filter is about to be edited by the user.  
    Public PropertyConfigurates C1.Web.Mvc.Component.Id. Gets or sets the component id. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<FlexGridFilter<object>>)
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public PropertyConfigurates C1.Web.Mvc.FlexGridFilter<T>.ShowFilterIcons. Sets whether the FlexGridFilter should add filter editing buttons to the grid's column headers.  
    Public PropertyConfigurates C1.Web.Mvc.FlexGridFilter<T>.ShowSortButtons. Gets or sets a value indicating whether the filter editor should include sort buttons.  
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the collection name.  
    Protected PropertyOverrides to re-define getter and setter. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<FlexGridFilter<object>>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public MethodSynchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output. (Inherited from C1.Web.Mvc.TagHelpers.ComponentTagHelper<TControl>)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden.   
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodProcess all attributes of current taghelper. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<FlexGridFilter<object>>)
    Protected MethodOverridden.   
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodRenders the startup scripts. (Inherited from C1.Web.Mvc.TagHelpers.ComponentTagHelper<TControl>)
    Protected MethodUpdates the property in TObject. It is used to update the child property manually instead of the default one. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<FlexGridFilter<object>>)
    Top
    See Also