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

In This Topic
    AllowMerging Property (GridImageColumn)
    In This Topic
    Gets or sets a value that indicates whether cells in this column can be merged.
    Syntax
    'Declaration
     
    
    Public Property AllowMerging As Boolean
    public bool AllowMerging {get; set;}
    See Also