Class SfGridColumnBase<T>
Represents a generic base class that used for disposing the 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