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

In This Topic
    AllowMerging Property (ColumnBase)
    In This Topic
    Gets or 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