Class ColumnBase<T>
Represents a class that Provides base implementation of Columns.
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class ColumnBase<T> : DependencyObject, IDisposable where T : SfGridBase
Type Parameters
Name | Description |
---|---|
T | SfGridBase |
Constructors
ColumnBase()
Declaration
public ColumnBase()
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Dispose(Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Indicates whether the call is from dispose method or from a finalizer. |
Implements
System.IDisposable