[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.MergeManager

MergeManager Class

Implements the grid's default merging behavior.

Inheritance
MergeManager
Implements
Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public class MergeManager : IMergeManager
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. If you need to customize the default merging behavior, create a class that implements the IMergeManager interface and assign an instance of that class to the grid's MergeManager property.

Constructors

Name Description
MergeManager()

Methods

Name Description
GetMergedRange(C1FlexGrid, CellType, CellRange)

Gets a CellRange that specifies the merged extent of a cell in a GridPanel.