ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow.TagHelpers Namespace / MultiRowTagHelper Class / ShowHeaderCollapseButton Property

In This Topic
    ShowHeaderCollapseButton Property (MultiRowTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MultiRow.MultiRow<T>.ShowHeaderCollapseButton. Sets a value that determines whether the grid should display a button in the column header panel to allow users to collapse and expand the column headers.
    Syntax
    'Declaration
     
    Public Property ShowHeaderCollapseButton As Boolean
    public bool ShowHeaderCollapseButton {get; set;}
    See Also