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


In This Topic
    FlexSheetFilterTagHelper Class Members
    In This Topic

    The following tables list the members exposed by FlexSheetFilterTagHelper.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets the property name which the taghelper is related to. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<FlexSheetFilter>)
    Public PropertyConfigurates C1.Web.Mvc.Sheet.FlexSheetFilter.DefaultFilterType. Sets the default filter type to use.  
    Public PropertyConfigurates the C1.Web.Mvc.Sheet.FlexSheetFilter.OnClientFilterApplied client event. Occurs after the filter is applied.  
    Public PropertyConfigurates the C1.Web.Mvc.Sheet.FlexSheetFilter.OnClientFilterChanged client event. Occurs after a column filter has been edited by the user.  
    Public PropertyConfigurates the C1.Web.Mvc.Sheet.FlexSheetFilter.OnClientFilterChanging client event. Occurs when a column filter is about to be edited by the user.  
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public PropertyConfigurates C1.Web.Mvc.Sheet.FlexSheetFilter.ShowFilterIcons. Sets whether the FlexSheetFilter should add filter editing buttons to the sheet's column headers.  
    Public PropertyConfigurates C1.Web.Mvc.Sheet.FlexSheetFilter.ShowSortButtons. Gets or sets a value indicating whether the filter editor should include sort buttons.  
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the collection name.  
    Protected PropertyOverridden.   
    Protected PropertyOverrides to redefine getter and setter. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<FlexSheetFilter>)
    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.BaseTagHelper<T>)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the T instance. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Protected MethodProcesses all attributes of current taghelper. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<FlexSheetFilter>)
    Protected MethodProcesses the child content. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<FlexSheetFilter>)
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    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.SettingTagHelper<FlexSheetFilter>)
    Top
    See Also