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

In This Topic
    AllowMerging Property (TransposedGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.AllowMerging. Sets which parts of the grid provide cell merging.
    Syntax
    'Declaration
     
    Public Overridable Property AllowMerging As AllowMerging
    public virtual AllowMerging AllowMerging {get; set;}
    See Also