ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / MergeManager Property

In This Topic
    MergeManager Property
    In This Topic
    Gets or sets the IMergeManager class responsible for handling cell merging on the grid.
    Syntax
    'Declaration
     
    
    Public Property MergeManager As IMergeManager
    public IMergeManager MergeManager {get; set;}
    See Also