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


In This Topic
    FlexGridGroupPanelTagHelper Class Members
    In This Topic

    The following tables list the members exposed by FlexGridGroupPanelTagHelper.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyIt is useless. To keep consistent with the previous version. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<FlexGridGroupPanel<object>>)
    Public PropertyConfigurates C1.Web.Mvc.FlexGridGroupPanel<T>.Filter. Sets the @see:grid.filter.FlexGridFilter to use for filtering the grid data.  
    Public PropertyConfigurates C1.Web.Mvc.FlexGridGroupPanel<T>.GroupDescriptionCreator. Sets creator function used to create group descriptions when users drag columns into the group  
    Public PropertyConfigurates C1.Web.Mvc.FlexGridGroupPanel<T>.HideGroupedColumns. Sets a value indicating whether the panel hides grouped columns in the owner grid.  
    Public PropertyConfigurates C1.Web.Mvc.Component.Id. Gets or sets the component id. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<FlexGridGroupPanel<object>>)
    Public PropertyConfigurates C1.Web.Mvc.FlexGridGroupPanel<T>.IsDisabled. Sets a value that determines whether the control is disabled.  
    Public PropertyConfigurates C1.Web.Mvc.FlexGridGroupPanel<T>.MaxGroups. Sets the maximum number of groups allowed.  
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public PropertyConfigurates C1.Web.Mvc.FlexGridGroupPanel<T>.Placeholder. Sets a string to display in the control when it contains no groups.  
    Public PropertyConfigurates C1.Web.Mvc.FlexGridGroupPanel<T>.Selector. Sets a value which specifies the selector.  
    Public PropertyConfigurates C1.Web.Mvc.FlexGridGroupPanel<T>.ShowDragGlyphs. Sets a value that determines whether the control should add drag glyphs to the group marker elements.  
    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<FlexGridGroupPanel<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 MethodOverrides to get the C1.Web.Mvc.Extender object. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<FlexGridGroupPanel<object>>)
    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<FlexGridGroupPanel<object>>)
    Protected MethodProcess the child content. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<FlexGridGroupPanel<object>>)
    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<FlexGridGroupPanel<object>>)
    Top
    See Also