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

In This Topic
    ShowGroups Property (TransposedGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.ShowGroups. Sets whether the grid should insert group rows to delimit data groups.
    Syntax
    'Declaration
     
    Public Overridable Property ShowGroups As Boolean
    public virtual bool ShowGroups {get; set;}
    Remarks
    Data groups are created by modifying the groupDescriptions property of the ICollectionView object used as the grid's itemsSource.
    See Also