Class SfGridColumnBase<T>
Represents a generic base class that used for disposing the GridColumnBase.
Implements
System.IDisposable
Namespace: Syncfusion.WinForms.DataGrid
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class SfGridColumnBase<T> : Object, 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