Implements the grid's default merging behavior.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public class MergeManager : IMergeManager
Visual Basic
Public Class MergeManager _
	Implements 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.

Inheritance Hierarchy

System..::..Object
  C1.Silverlight.FlexGrid..::..MergeManager

See Also