Defines the functionality of classes that handle cell merging.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.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