Class MergedCellManager
Class that handles the cell merging in SfDataGrid.
Inheritance
System.Object
MergedCellManager
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class MergedCellManager : Object, IDisposable
Constructors
MergedCellManager(SfDataGrid)
Declaration
public MergedCellManager(SfDataGrid sfDataGrid)
Parameters
Type | Name | Description |
---|---|---|
SfDataGrid | sfDataGrid |
Methods
Dispose()
Disposes all the resources used by the MergedCellManager class.
Declaration
public void Dispose()
Dispose(Boolean)
Disposes all the resources used by the MergedCellManager class.
Declaration
protected virtual void Dispose(bool isDisposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isDisposing | Indicates whether the call is from Dispose method or from a finalizer. |
Implements
System.IDisposable