C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellsPanel Class / MergeManager Property


In This Topic
MergeManager Property (GridCellsPanel)
In This Topic
Gets the associated merge manager.
Syntax
'Declaration
 
Public ReadOnly Property MergeManager As GridMergeManagerBase
 
'Usage
 
Dim instance As GridCellsPanel
Dim value As GridMergeManagerBase
 
value = instance.MergeManager
See Also