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


In This Topic
    TableTagHelper Class Members
    In This Topic

    The following tables list the members exposed by TableTagHelper.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyConfigurates C1.Web.Mvc.Sheet.Table.AlterFirstColumn. Sets a value that determines whether the first table column should have the style applied.  
    Public PropertyConfigurates C1.Web.Mvc.Sheet.Table.AlterLastColumn. Sets a value that determines whether the last table column should have the style applied.  
    Public PropertyGets or sets the property name which the taghelper is related to. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<Table>)
    Public PropertyConfigurates C1.Web.Mvc.Sheet.Table.Name. Sets the table name.  
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public PropertyConfigurates C1.Web.Mvc.Sheet.Table.Range. Sets the range of the table.  
    Public PropertyConfigurates C1.Web.Mvc.Sheet.Table.ShowBandedColumns. Indicating whether banded column formatting is applied.  
    Public PropertyConfigurates C1.Web.Mvc.Sheet.Table.ShowBandedRows. Sets a value that determines whether banded row formatting is applied.  
    Public PropertyConfigurates C1.Web.Mvc.Sheet.Table.ShowHeaderRow. Indicates whether the table should include a header row.  
    Public PropertyConfigurates C1.Web.Mvc.Sheet.Table.ShowTotalRow. Indicates whether the table should include a total row.  
    Public PropertyConfigurates C1.Web.Mvc.Sheet.Table.Style. Sets the TableStyle associated with this table.  
    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<Table>)
    Protected PropertyOverrides to redefine getter and setter. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<Table>)
    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.Sheet.Table 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<Table>)
    Protected MethodProcesses the child content. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<Table>)
    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<Table>)
    Top
    See Also