ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridTagHelper Class / ShowColumnFooters Property

In This Topic
    ShowColumnFooters Property (TransposedGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.ShowColumnFooters. Sets a bool value which indicates whether to show a group row to display the aggregates in the column footers panel.
    Syntax
    'Declaration
     
    Public Overridable Property ShowColumnFooters As Boolean
    public virtual bool ShowColumnFooters {get; set;}
    Remarks
    The aggregated values in the column footers only work when the DisableServerRead property of its ItemsSource is true.
    See Also