ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridGroupPanelTagHelper Class / HideGroupedColumns Property

In This Topic
    HideGroupedColumns Property
    In This Topic
    Configurates C1.Web.Mvc.FlexGridGroupPanel<T>.HideGroupedColumns. Sets a value indicating whether the panel hides grouped columns in the owner grid.
    Syntax
    'Declaration
     
    Public Property HideGroupedColumns As Boolean
    public bool HideGroupedColumns {get; set;}
    Remarks
    The FlexGrid displays grouping information in row headers, so it is usually a good idea to hide grouped columns since they display redundant information.
    See Also