menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MergedCellManager - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MergedCellManager

    Class that handles the cell merging in SfDataGrid.

    Inheritance
    System.Object
    MergedCellManager
    Implements
    System.IDisposable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class MergedCellManager : 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved