menu

WPF

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

    Show / Hide Table of Contents

    Class CellBorders

    Contains BorderElement list for particular row index or column index

    Inheritance
    System.Object
    CellBorders
    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.CellGrid
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public class CellBorders : IDisposable

    Constructors

    CellBorders(Int32)

    Declaration
    public CellBorders(int index)
    Parameters
    Type Name Description
    System.Int32 index

    Methods

    Dispose()

    Call the Dispose and SuppressFinalize method for dipose the instance of CellBorders class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Dispose the live resources used by the CellBorders class.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Dispose the instance, if it is True

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved