ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / IMergeManager Interface
Members

In This Topic
    IMergeManager Interface
    In This Topic
    Defines the functionality of classes that handle cell merging.
    Object Model
    IMergeManager Interface
    Syntax
    'Declaration
     
    
    Public Interface IMergeManager 
    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 C1FlexGrid.MergeManager property.
    See Also