Defines the functionality of classes that handle cell merging.

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

Syntax

C#
public interface IMergeManager
Visual Basic
Public Interface IMergeManager

Remarks

You can implement custom cell merging behaviors by creating a class that implements the IMergeManager interface and assigning an instance of this class to a grid's MergeManager property.

See Also