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


In This Topic
    CellGroupTagHelper Class Members
    In This Topic

    The following tables list the members exposed by CellGroupTagHelper.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the property name which the taghelper is related to. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<CellGroup>)
    Public PropertyConfigurates C1.Web.Mvc.MultiRow.CellGroup.Colspan. Number of grid columns spanned by the group.  
    Public PropertyConfigurates C1.Web.Mvc.MultiRow.CellGroup.Header. Group header (shown when the headers are collapsed).  
    Public PropertyConfigurates C1.Web.Mvc.MultiRow.CellGroup.IsRowHeader. Gets or sets a value that determines whether this is a row header group.  
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the collection name.  
    Protected PropertyGets the customized default proeprty name. Overrides this property to customize the default property name for this tag. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<CellGroup>)
    Protected PropertyOverrides to redefine getter and setter. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<CellGroup>)
    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 MethodOverridden. Gets the C1.Web.Mvc.MultiRow.CellGroup instance.  
    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<CellGroup>)
    Protected MethodProcesses the child content. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<CellGroup>)
    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<CellGroup>)
    Top
    See Also