ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / AllowMerging Property

In This Topic
    AllowMerging Property (TransposedGridRowBase)
    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