Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / AllowMerging Property

In This Topic
    AllowMerging Property (FlexGrid)
    In This Topic
    Gets or sets a value that indicates which parts of the grid support cell merging.
    Syntax
    'Declaration
     
    
    Public Property AllowMerging As GridAllowMerging
    public GridAllowMerging AllowMerging {get; set;}
    See Also