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

In This Topic
    Style Property (TableTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Sheet.Table.Style. Sets the TableStyle associated with this table.
    Syntax
    'Declaration
     
    Public Property Style As TableStyle
    public TableStyle Style {get; set;}
    See Also