[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridMergeManager

GridMergeManager Class

Implements the grid's default merging behavior.

Inheritance
GridMergeManager
Namespace: C1.Blazor.Grid
Assembly: C1.Blazor.Grid.dll
Syntax
public class GridMergeManager
Remarks

An instance of this class is automatically created and assigned to the grid's MergeManager property to implement the grid's default merging behavior.

Constructors

Name Description
GridMergeManager()

Properties

Name Description
AllowMerging

Gets a value indicating whether merging is allowed.

Grid

Gets the associated grid.

Methods

Name Description
GetMergedRange(GridCellType, GridCellRange)

Gets a GridCellRange that specifies the merged extent of a cell.

GetMergedRange(GridPanel, GridCellRange, GridCellRange, bool, bool, bool)

Gets a GridCellRange that specifies the merged extent of a cell.