[]
Implements the grid's default merging behavior.
public class GridMergeManager : GridMergeManagerBase
An instance of this class is automatically created and assigned to the grid's MergeManager property to implement the grid's default merging behavior.
| Name | Description |
|---|---|
| GridMergeManager() |
| Name | Description |
|---|---|
| AllowMerging | Gets a value indicating whether merging is allowed. |
| Grid | Gets the associated grid. |
| Name | Description |
|---|---|
| GetMergedRange(GridCellType, GridCellRange) | Gets a GridCellRange that specifies the merged extent of a cell. |
| GetMergedRange(GridPanel, GridCellRange, GridCellRange, bool, bool) | Gets a GridCellRange that specifies the merged extent of a cell. |