menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfGridColumnBase<T> - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfGridColumnBase<T>

    Represents a generic base class that used for disposing the GridColumnBase.

    Inheritance
    System.Object
    SfGridColumnBase<T>
    GridColumnBase
    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.WinForms.DataGrid
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class SfGridColumnBase<T> : IDisposable where T : TableControl
    Type Parameters
    Name Description
    T

    Represents the TableControl

    Constructors

    SfGridColumnBase()

    Declaration
    public SfGridColumnBase()

    Methods

    Dispose()

    Disposes the resource used by the SfGridColumnBase<T> class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Disposes the resource used by the SfGridColumnBase<T> class.

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

    Specifies the value whether the control is already disposing or nor.

    Implements

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