Class GridCellModel<T>
Defines the model part of a cell type.
Inheritance
System.Object
GridCellModel<T>
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCellModel<T> : GridCellModelBase, IDisposable where T : IGridCellRenderer, new()
Type Parameters
Name | Description |
---|---|
T | The cell renderer type. |
Constructors
GridCellModel()
Declaration
public GridCellModel()
Methods
CreateRenderer()
Creates the appropriate cell renderer.
Declaration
public override IGridCellRenderer CreateRenderer()
Returns
Type | Description |
---|---|
IGridCellRenderer | The cell renderer. |
Overrides
Implements
System.IDisposable