ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotGridTagHelper Class / AllowMerging Property

In This Topic
    AllowMerging Property (PivotGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotGrid.AllowMerging. Sets which parts of the grid provide cell merging.
    Syntax
    'Declaration
     
    Public Overrides Property AllowMerging As AllowMerging
    public override AllowMerging AllowMerging {get; set;}
    See Also