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

In This Topic
    AllowMerging Property (TransposedGridRowTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.AllowMerging. Sets whether cells in this row or column can be merged.
    Syntax
    'Declaration
     
    Public Overridable Property AllowMerging As Boolean
    public virtual bool AllowMerging {get; set;}
    See Also